A new version of H2 is available for download at http://www.h2database.com
(you may have to click 'refresh').
Changes and new functionality:
- In version 1.1, some features are enabled by default that were
optional previously.
- New auto-reconnect feature. To enable, append ;AUTO_RECONNECT=TRUE
to the database URL.
- The H2 Console tool now works with the JDBC-ODBC bridge.
- The H2 Console tool now supports command line options.
- The h2console.war can now be built using the Java build.
- If you want that each connection opens its own database, append
;OPEN_NEW=TRUE to the database URL.
- CreateCluster: the property 'serverlist' is now called 'serverList'.
- Database names can now be one character long.
Bugfixes:
- Connections from a local address other than 'localhost' were not
allowed by default.
- Large objects did not work for in-memory databases in server mode in Linux.
- The ConvertTraceFile tool could not parse some files.
For details, see the 'Change Log' at
http://www.h2database.com/html/changelog.html
For future plans, see the 'Roadmap' page at
http://www.h2database.com/html/roadmap.html
Have fun,
Thomas