diff options
author | James Moger <james.moger@gmail.com> | 2011-08-10 09:18:43 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-10 09:18:43 -0400 |
commit | f3faeb5d1ea631b0074441f97080e1f2a9145f4b (patch) | |
tree | 94fffd66c04d2740778614b9cb00c608b759e148 /docs | |
parent | 1d381026a5d256a59fe41da42c7f4e86bb60f02c (diff) | |
download | iciql-f3faeb5d1ea631b0074441f97080e1f2a9145f4b.tar.gz iciql-f3faeb5d1ea631b0074441f97080e1f2a9145f4b.zip |
Moved dialects back to main package. Registered MySQL dialect.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_index.mkd | 2 | ||||
-rw-r--r-- | docs/05_releases.mkd | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd index 06bec5b..70048e7 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -36,7 +36,7 @@ select * from products </table>
### Supported Databases
-[H2](http://h2database.com)
+[H2](http://h2database.com), [MySQL](http://mysql.com)
Support for others is planned and should only require creating a simple "dialect" class.
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index e889f2f..7fb0113 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -7,6 +7,9 @@ **%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) *released %BUILDDATE%*
- api change release (API v4)
+- moved dialects back to main package
+- refined dialect loading for pooled connections
+- added a MySQL dialect
- @IQColumn(allowNull=true) -> @IQColumn(nullable=true)
- All columns are assumed NULLABLE unless explicitly set *@IQColumn(nullable = false)*
- allow using objects to assign default values<br/>
|