From 222b3c1eaaad00ce9face0868ec69ce96a27cbdb Mon Sep 17 00:00:00 2001 From: "Brian S. O'Neill" Date: Wed, 1 Aug 2007 03:22:51 +0000 Subject: JDBCRepository allows non-null column to be @Nullable if also @Independent. Fixed bug in generating SQL with nullable primary key properties. --- RELEASE-NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES.txt') 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 ------------------------------- -- cgit v1.2.3