diff options
author | James Moger <james.moger@gmail.com> | 2011-11-30 22:21:49 -0500 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-11-30 22:21:49 -0500 |
commit | f5226e11b5eca714df5db97dd90ee7fe4dc4ea06 (patch) | |
tree | b14408dce73f913a58d38f8d949ce0f2e5ab592c /docs | |
parent | 3853d48fdb6c73f712592942fc51c898a19a2846 (diff) | |
download | iciql-f5226e11b5eca714df5db97dd90ee7fe4dc4ea06.tar.gz iciql-f5226e11b5eca714df5db97dd90ee7fe4dc4ea06.zip |
Updated H2 1.3.162 and HSQL 2.2.6v0.7.2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_index.mkd | 4 | ||||
-rw-r--r-- | docs/05_releases.mkd | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd index ea5df61..5f23b99 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -36,8 +36,8 @@ select * from products </table>
### Supported Databases (Unit-Tested)
-- [H2](http://h2database.com) 1.3.159
-- [HSQLDB](http://hsqldb.org) 2.2.4
+- [H2](http://h2database.com) 1.3.162
+- [HSQLDB](http://hsqldb.org) 2.2.6
- [Derby](http://db.apache.org/derby) 10.7.1.1 & 10.8.1.2
- [MySQL](http://mysql.com) 5.0.51b
- [PostgreSQL](http://postgresql.org) 9.0
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index 474b1c3..a28751d 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -7,6 +7,8 @@ **%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%*
- generated models are now serializable with a default serial version id of 1
+- Updated to H2 1.3.162
+- Updated to HSQL 2.2.6 (100% unit test pass now that [this bug](https://sourceforge.net/tracker/?func=detail&aid=3390047&group_id=23316&atid=378131) was fixed)
### Older Releases
|