summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-08-26 16:33:40 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-08-26 16:33:40 +0000
commit0bd39994718c15ec7b6690217219f12fd24aae42 (patch)
tree82224d7553bbecdfad2fbebdbc612400f1c7ae7b /RELEASE-NOTES.txt
parentabb61b817c4c87dde9fa8f6899f0901b9d945142 (diff)
Yanked out support for filtering against one-to-many join properties. It needs to be redesigned.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b248feb..01bc201 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -28,7 +28,6 @@ Carbonado change history
- JDBCRepository allows non-null column to be @Nullable if also @Independent.
- 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.
- Added trigger support for after loads and queries.
- Removed vestigial support for wrapping Storables.