summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-08-04 20:01:50 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-08-04 20:01:50 +0000
commite1a76e83bd0fac08ae51edc183f6273f7eac1fad (patch)
treea7e21823740d6e13c026a926b374a31e1d1ed102 /RELEASE-NOTES.txt
parentea1374c003ecc195295dfc42cc68a02f0d47e8af (diff)
Support query filters against one-to-many join properties.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 4e6c3c3..56c1b56 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -30,6 +30,7 @@ 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.
1.1 to 1.1.2
-------------------------------