diff options
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/>
|