diff options
author | jameswil <jameswil@users.sourceforge.net> | 2007-01-30 02:12:39 +0000 |
---|---|---|
committer | jameswil <jameswil@users.sourceforge.net> | 2007-01-30 02:12:39 +0000 |
commit | c5f9b449e0bfd34438ba81d47a6e778a9bf90a30 (patch) | |
tree | ba6cd6f872b6b189b1debadcffea9efec1810e2e | |
parent | b4a14ecaa9fa8f1970d0b20727742018ca18aaeb (diff) |
Update to address connection leak when cursor creation fails.
-rw-r--r-- | RELEASE-NOTES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c48b0ac..6bc0d72 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -13,6 +13,7 @@ Carbonado change history - Fixed bug when filtering against negative floating point values.
- Fixed multiple cursor implementations to be extra paranoid and close the
cursor when an exception is thrown.
+- Fixed JDBC cursor implementation to close the connection when an exception is thrown.
1.1-BETA8 to 1.1-BETA9
-------------------------------
|