diff options
author | James Moger <james.moger@gitblit.com> | 2014-11-06 15:34:50 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-11-09 11:15:14 -0500 |
commit | 96d0aca9ff3b29be62bc6558af80fe115b646b88 (patch) | |
tree | 250e525f8975d44c95c5111bfb66d6d2cdd84919 /releases.moxie | |
parent | db0d58c22a0bd4fa2baf023428599757aa4db381 (diff) | |
download | iciql-96d0aca9ff3b29be62bc6558af80fe115b646b88.tar.gz iciql-96d0aca9ff3b29be62bc6558af80fe115b646b88.zip |
Implement Dao proxy generation with annotated sql statement execution
This functionality is inspired by JDBI but is not based on it's implementation.
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/releases.moxie b/releases.moxie index 9cdb65b..7f829f5 100644 --- a/releases.moxie +++ b/releases.moxie @@ -10,10 +10,14 @@ r23: { text: ~ security: ~ fixes: ~ - changes: ~ - additions: ~ + changes: + - Improved automatic date conversions + - Revised data type adapters to be specified separately with the @TypeAdapter annotation + additions: + - Add a Dao feature similar to JDBI dependencyChanges: ~ - contributors: ~ + contributors: + - James Moger } # |