diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-08-14 17:09:20 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-08-14 17:09:20 +0000 |
commit | b956b6fde3a1a3e485956f1075412fa8a52e8fe9 (patch) | |
tree | d9dccf9d2dff11e382090552528f3caddf7f198e /RELEASE-NOTES.txt | |
parent | a4aa08342e5afe143df42a641a23efd24a0cafb0 (diff) |
Removed support for Storable definition to accept Repository in constructor.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 010f8b8..fc21234 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -23,7 +23,6 @@ Carbonado change history - Added support for derived properies.
- Enhanced query engine to optimize for covering indexes.
- Added methods to access Storable properties by name.
-- Allow Storable definition to accept Repository in constructor.
- JDBCRepository allows more column types to be represented by Strings -- numbers and dates.
- JDBCRepository supports char and Character property if column is char type of length 1.
- JDBCRepository allows non-null column to be @Nullable if also @Independent.
|