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:
- Improved OSGi support.
- Support for non-persistent tables in regular databases.
Thanks a lot to Sergi Vladykin for the patch!
- Creating a JdbcConnectionPool has been simplified a bit.
- Improved Javadoc navigation (similar to Scaladoc).
- The API of the tools changed a bit.
- The FTP server is no longer included in the h2*.jar file.
- Linked tables to SQLite database can now be created.
- CREATE TABLE: improved compatibility with other databases.
- Improved error message for unsupported features.
- H2 Console: the browser setting now supports arguments.
Bugfixes:
- The built-in JdbcConnectionPool is now about 70 times faster.
- The H2 Console no longer trims the password.
- ResultSet.findColumn now also checks for column names, not only labels.
- Nested IN(IN(...)) didn't work.
- NIO storage: the nio: prefix was using memory mapped files.
- Deterministic user defined functions did not always work.
- JdbcConnectionPool.setLoginTimeout with 0 was broken.
- The data type of a SUBSTRING method was wrong.
- H2 Console: auto-complete of identifiers did not work correctly.
- DISTINCT and GROUP BY on a CLOB column was broken.
- Some internal caches did not use the LRU mechanism.
- DatabaseMetaData.getSQLKeywords now returns the correct list.
- More bugs in the server-less multi-connection mode have been fixed.
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
-~----------~----~----~----~------~----~------~--~---