summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-04-27 05:47:29 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-04-27 05:47:29 +0000
commit1f04eea48231dbc29ed39c100a9d4a7c7f8a8b37 (patch)
tree78d08896425e154a6f627b6f9de768cb303568a7
parentd6535edfe399ad3f2cd5801f3e1dae0c3f1f80a6 (diff)
BDBRepository detects if changes are made to primary key and throws exception.
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 99a419c..b3553c0 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -20,6 +20,7 @@ Carbonado change history
- 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.
+- BDBRepository detects if changes are made to primary key and throws exception.
1.1-BETA11 to 1.1 (release)
-------------------------------