diff options
author | James Moger <james.moger@gmail.com> | 2011-08-31 13:59:20 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-31 13:59:20 -0400 |
commit | 7b9af6d430452934da91760205861183c12c0bb4 (patch) | |
tree | a24230b874407e46f9fc794b02e2ab3e1b8b89c6 /docs/05_releases.mkd | |
parent | 69f2302c957a737564988aff2d9ae7b66287fe9d (diff) | |
download | iciql-7b9af6d430452934da91760205861183c12c0bb4.tar.gz iciql-7b9af6d430452934da91760205861183c12c0bb4.zip |
Fixes to model generation. Fixes to default SQL dialect.
Diffstat (limited to 'docs/05_releases.mkd')
-rw-r--r-- | docs/05_releases.mkd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index 3d50a5b..9ccbbde 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -13,6 +13,8 @@ - Created additional Define static methods to bring interface configuration to near-parity with annotation configuration
- Documented POJO configuration option (limited subset of interface configuration)
- Fix to PostgreSQL dialect when creating autoincrement columns
+- Fix to default dialect when creating autoincrement columns
+- Added Db.open(url) method
### Older Releases
|