diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-08-01 03:22:51 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-08-01 03:22:51 +0000 |
commit | 222b3c1eaaad00ce9face0868ec69ce96a27cbdb (patch) | |
tree | 1f04ce6a7504872ca1abb2cb0fb82b3302258ca9 /RELEASE-NOTES.txt | |
parent | a0221d4424075bf52dff218361ddd2848ea39126 (diff) |
JDBCRepository allows non-null column to be @Nullable if also @Independent.
Fixed bug in generating SQL with nullable primary key properties.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 61da9be..5a0acd4 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -27,6 +27,8 @@ Carbonado change history - 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.
+- Fixed bug in generating SQL with nullable primary key properties.
1.1 to 1.1.1
-------------------------------
|