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:
- The license change a bit: so far the license was modified to say
    'Swiss law'. This is now changed back to the original 'US law'.
- CREATE DOMAIN: Built-in data types can now only be changed if no tables exist.
- DatabaseMetaData.getPrimaryKeys: The column PK_NAME now contains the
    constraint name instead of the index name.

Bugfixes:
- Statement.setQueryTimeout did not work correctly.
- Linked tables: a workaround for Oracle DATE columns has been implemented.
- Using IN(..) inside a IN(SELECT..) did not always work.
- Views with IN(..) that used a view itself did not work.
- Union queries with LIMIT or ORDER BY that are used in a view or
subquery did not work.
- Constraints for local temporary tables now session scoped.
- When using the auto-server mode, and if the lock file was modified
in the future,
    the wrong exception was thrown.

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