Hello,

A new version of H2 is available for download at http://www.h2database.com
(you may have to click 'refresh').

Changes and new functionality:
- Support for multiple read-write connections without starting a server.
- MySQL compatibility for CREATE TABLE is improved.
- The exception message of failed INSERT statements now includes all values.
- The DbStarter now closes all connections to the configured database.
- Improved exception message when connecting to a just started server fails.
- Connection.isValid is a bit faster.
- H2 Console: The autocomplete feature has been improved a bit.
- When restarting a web application in Tomcat, an exception was thrown
sometimes.
    The root cause of the problem is now documented in the FAQ.

Bugfixes:
- When the shutdown hook closed the database, the last log file
    was deleted too early. This could cause uncommitted changes to be persisted.
- The database file locking mechanism didn't work correctly on Mac OS.
- Recovery did not work if there were more than 255 lobs stored as files.
- If opening a database failed with an out of memory exception, some
files were not closed.
- The WebServlet did not close the database when un-deploying the web
application.
- JdbcConnectionPool: it was possible to set a negative connection pool size.
- Fulltext search did not support table names with a backslash.
- A bug in the internal IntArray was fixed.
- The H2 Console web application (war file) now supports all Unicode characters.
- DATEADD does no longer require that the argument is a timestamp.
- Some built-in functions reported the wrong precision, scale, and display size.
- Optimizer: the expected runtime calculation was incorrect. The fixed
calculation
    should give slightly better query plans when using many joins.

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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to