diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2008-01-02 18:14:33 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2008-01-02 18:14:33 +0000 |
commit | ebbcb509a60fc6a198120397daeccc3761484719 (patch) | |
tree | cac3e99446b45ede1f3ab0d8f2efa5881c6a4aa3 | |
parent | 85a842b1015a0f2f18a63b5f8b04f4d2eaedbfc3 (diff) |
Fixed query plan bug which sometimes caused a correctly selected index to be fully scanned.
-rw-r--r-- | RELEASE-NOTES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index a56b521..547cb1f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -48,6 +48,8 @@ Carbonado change history - Reduce creation of unnecessary nested transactions.
- Added feature to JDBCRepository to suppress Storable reloading after insert
or update.
+- Fixed query plan bug which sometimes caused a correctly selected index to be
+ fully scanned.
1.1 to 1.1.2
-------------------------------
|