summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-01-19 00:42:05 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-01-19 00:42:05 +0000
commitdf986362a47fa9c3e9243e5c5de2153889d2f103 (patch)
tree74e7544cd3970f896f70a1d1cb5f998fd8e204e4 /RELEASE-NOTES.txt
parent723cbaf65030ce7bb78a3586ceb3bccd622673aa (diff)
Added additional index selection tie-breaker if index is most likely defined to support desired ordering.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 5f6379f..b5411c2 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,6 +1,13 @@
Carbonado change history
------------------------
+1.1-BETA9 to 1.1-BETA10
+-------------------------------
+- JDBCSupportStrategy cleans up database product name before using it to
+ determine custom support strategy class name.
+- Added additional index selection tie-breaker if index is most likely defined
+ to support desired ordering.
+
1.1-BETA8 to 1.1-BETA9
-------------------------------
- Fixed bug in JDBC repository which caused cursor skip to skip everything.