aboutsummaryrefslogtreecommitdiffstats
path: root/releases.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-10-06 12:46:50 -0400
committerJames Moger <james.moger@gitblit.com>2014-10-22 22:29:05 -0400
commit6889aa2e367d4658105c1bc2514afccb425770f3 (patch)
tree987102f49e6c6e41facc4dcb7d15db884d49c75b /releases.moxie
parentecb0c4d4a0f118792c73b1244b389e6a02d00d31 (diff)
downloadiciql-6889aa2e367d4658105c1bc2514afccb425770f3.tar.gz
iciql-6889aa2e367d4658105c1bc2514afccb425770f3.zip
Support generic types for EnumId mapping
Diffstat (limited to 'releases.moxie')
-rw-r--r--releases.moxie6
1 files changed, 4 insertions, 2 deletions
diff --git a/releases.moxie b/releases.moxie
index 10bf70f..b81afc4 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -5,7 +5,7 @@ r21: {
title: ${project.name} ${project.version} released
id: ${project.version}
date: ${project.buildDate}
- note: ~
+ note: "If you are upgrading and using EnumId mapping you will have to update your models to define the target class for the enumid mapping."
html: ~
text: ~
security: ~
@@ -13,11 +13,13 @@ r21: {
- Return null NPE in selectFirst() if list is empty (pr-5)
- Fix Moxie toolkit download URL (pr-6)
- Be more careful with primitive numeric type rollovers
- changes: ~
+ changes:
+ - Revised EnumId interface to support generic types
additions:
- Add syntax for IN and NOT IN (pr-7)
- Add support for nested AND/OR conditions (pr-8)
- Add support for mapping SQL BOOLEAN to primitive numeric types, not just object numeric types
+ - Add support for customizing EnumId mapping, you can now map enum constants to values of your choice as long as they are a standard type
dependencyChanges:
- H2 1.4
- HSQLDB 2.3