Hello, A new version of H2 is available at http://www.h2database.com (you may have to click 'Refresh').
Changes and new functionality: - CSV reading and parsing SQL scripts is now faster. - Support for Java 6 DatabaseMetaData.getTables, getColumns. - JaQu: the order of the fields no longer needs to match. - Improved MySQL compatibility for SHOW COLUMNS. - Improved PostgreSQL compatibility for timestamp literals. - Sam Van Oort is now a committer. - LIKE: the escape mechanism can now be disable using ESCAPE ''. - Sergi Vladykin translated the error messages to Russian. Thanks a lot! - The function LENGTH now return BIGINT. - CLOB and BLOB: the maximum precision is now Long.MAX_VALUE. - MVCC: the complete undo log must fit in memory. Bugfixes: - SimpleResultSet.newInstance(SimpleRowSource rs) did not work. - Views using functions were not re-evaluated when necessary. - Rollback of a large transaction could fail. - Various bugfixes and improvements in the page store mechanism. - Multi-threaded kernel synchronization bugs 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 P.S. If you reply to this message please use a different subject. 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 -~----------~----~----~----~------~----~------~--~---
