diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-07-26 05:10:00 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-07-26 05:10:00 +0000 |
commit | a0221d4424075bf52dff218361ddd2848ea39126 (patch) | |
tree | dfd24569d80b1b5783fb49a43cb03de95889b17d /RELEASE-NOTES.txt | |
parent | 91766b93d3ea147f661ffb3f5386215d15dbf05c (diff) |
Improved support for String and character types.
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 e4c10e2..61da9be 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -25,6 +25,8 @@ Carbonado change history - Enhanced query engine to optimize for covering indexes.
- Added methods to access Storable properties by name.
- 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.
1.1 to 1.1.1
-------------------------------
|