diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-08-08 17:48:10 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-08-08 17:48:10 +0000 |
commit | 76874edfb087f74bc4d0f88397b9a4845f590479 (patch) | |
tree | f428e39e8524fbeded411b1e1f4cc97263210488 /RELEASE-NOTES.txt | |
parent | b4fc65d11f2100cdaaa750cad29dfb7db5192798 (diff) |
Merged synthetic alternate key support from pojo branch.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 56c1b56..0d95a4a 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -31,6 +31,7 @@ Carbonado change history - Fixed bug in generating SQL with nullable primary key properties.
- Added convenience method, Query.exists().
- Support query filters against one-to-many join properties.
+- Added support for defining alternate keys in synthetic Storables.
1.1 to 1.1.2
-------------------------------
|