summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-08-09 17:58:30 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-08-09 17:58:30 +0000
commit3ea47b49a69e0a1abd52ed7252c3df5bc02e12d4 (patch)
treecd4fb344e97f92ff07b582a078568c04bc36053f /RELEASE-NOTES.txt
parentd803c7dca98da1a487e2549dd0038801eb346b72 (diff)
Yanked out support for fast skipping of JDBC results. JDBC drivers leak memory when this option is used.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0d95a4a..0c89e82 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -16,7 +16,6 @@ Carbonado change history
- Builds using JDK1.6, but targets JDK1.5.
- Added support for sequences for SQL databases that don't natively support sequences.
- Added @Automatic annotation, which also supports auto-increment columns.
-- JDBC cursor skipping uses relative movement, if supported.
- JDBC repository supports optional automatic version management, eliminating
the requirement that triggers be installed on the database.
- FilteredCursor ensures that filter being used is bound.