summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-08-04 18:27:54 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-08-04 18:27:54 +0000
commitea1374c003ecc195295dfc42cc68a02f0d47e8af (patch)
treef0ee2f12414fe30e468d9d7a8c4356931ea58b79 /RELEASE-NOTES.txt
parenta511a68520d9c3193096645714fde550931ee746 (diff)
Added convenience method, Query.exists()
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 02d3591..4e6c3c3 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -29,6 +29,7 @@ Carbonado change history
- 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.
- Fixed bug in generating SQL with nullable primary key properties.
+- Added convenience method, Query.exists().
1.1 to 1.1.2
-------------------------------