H2 Database Engine 1.0.67 (2008-02-22) (Default branch) |
|
|
H2 is an SQL database engine written in Java that
implements the JDBC API. Embedded, server, and
clustering modes are available. A browser based
console application is included. The database has
strong security features. Disk based and in-memory databases and tables are supported.
License: Mozilla Public License (MPL)
Changes:
A new FILE_READ function has been implemented to
read from a file or URL. The SQL statement CREATE
TABLE AS SELECT now supports a column list. The
CSV tool now supports a custom lineSeparator. A
user now has all rights on his own local temporary
tables. The H2 Console has been translated to
Dutch. When using multiple connections, empty
space was reused too early sometimes; this could
corrupt the database when recovering. CREATE INDEX
on a table with many rows now uses less memory.
|