diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-02-21 01:52:36 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-02-21 01:52:36 +0000 |
commit | 557525c89f7db752930754ed654d35d33fe2298a (patch) | |
tree | bcbac83b0c4be81aec5f4a461018b98b970814cf /RELEASE-NOTES.txt | |
parent | b7ac911eb0747e43e24c49c4540b5b43e568235e (diff) |
Primary key validation is more lenient to support views.
Diffstat (limited to 'RELEASE-NOTES.txt')
-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 1d9d7ca..1a501f9 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -12,6 +12,8 @@ Carbonado change history master, downstream triggers would not see changes made by earlier triggers.
- Index creation does a better job of picking up where it left off, avoiding
unnecessary delete/insert pairs.
+- JDBCRepository is more lenient with primary key validation. This allows
+ Storables to be more easily mapped to views.
1.1-BETA9 to 1.1-BETA10
-------------------------------
|