From ebbcb509a60fc6a198120397daeccc3761484719 Mon Sep 17 00:00:00 2001 From: "Brian S. O'Neill" Date: Wed, 2 Jan 2008 18:14:33 +0000 Subject: Fixed query plan bug which sometimes caused a correctly selected index to be fully scanned. --- RELEASE-NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) 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 ------------------------------- -- cgit v1.2.3