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:
- Column aliases can now be used in GROUP BY and HAVING.
- Java methods with variable number of parameters can now be used (for
Java 1.5 or newer).
- The build target 'build jarSmall' now includes the embedded database.
- JdbcDataSource now keeps the password in a char array where possible.
- Jason Brittain has contributed MySQL date functions. Thanks a lot!
They are not in the h2.jar file currently, but in
src/tools/org/h2/mode/FunctionsMySQL.java.
To install, add this class to the classpath and call
FunctionsMySQL.register(conn) in the Java code.
- The Japanese translation has been improved by Masahiro Ikemoto. Thanks a lot!
- The documentation no longer uses a frameset (except the Javadocs).
Bugfixes:
- The H2 Console replaced an empty user name with a single space.
- ResultSet.absolute did not always work with large result sets.
- When using DB_CLOSE_DELAY, sometimes a NullPointerException is thrown when
the database is opened almost at the same time as it is closed
automatically.
Thanks a lot to Dmitry Pekar for finding this!
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
-~----------~----~----~----~------~----~------~--~---