diff options
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 01bc201..e50fd25 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -19,7 +19,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.
+- BDBRepository detects if changes are made to primary key definition and throws exception.
- Added support for derived properies.
- Enhanced query engine to optimize for covering indexes.
- Added methods to access Storable properties by name.
@@ -31,6 +31,7 @@ Carbonado change history - Added support for defining alternate keys in synthetic Storables.
- Added trigger support for after loads and queries.
- Removed vestigial support for wrapping Storables.
+- Storable toString and toStringKeyOnly methods skip uninitialized properties.
1.1 to 1.1.2
-------------------------------
|