diff options
author | James Moger <james.moger@gitblit.com> | 2014-11-10 21:36:47 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-11-10 21:46:37 -0500 |
commit | cfb76669820f13cf52342988fbc5882c8077db7e (patch) | |
tree | e2114c01bf179aada815760a708cfb66ffaf4bc9 /releases.moxie | |
parent | 3d833d8f7523fc1187b767cb2ab0602dcb5b67c8 (diff) | |
download | iciql-cfb76669820f13cf52342988fbc5882c8077db7e.tar.gz iciql-cfb76669820f13cf52342988fbc5882c8077db7e.zip |
Fix SQLite INTEGER PRIMARY KEY AUTOINCREMENT mapping
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/releases.moxie b/releases.moxie index b05ae9c..a896b69 100644 --- a/releases.moxie +++ b/releases.moxie @@ -9,7 +9,8 @@ r23: { html: ~ text: ~ security: ~ - fixes: ~ + fixes: + - Fix SQLite INTEGER PRIMARY KEY AUTOINCREMENT mapping changes: - Improved automatic date conversions - Revised data type adapters to be specified separately with the @TypeAdapter annotation |