H2 Database Engine 1.0.75 (2008-07-14) (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:
The JaQu (Java Query) tool has been improved. The H2 Console can be started with an open connection. Referential constraint checking is now faster. Running out of memory could result in a corrupted databases. Stopping a WebServer didn't always work. A multi-version concurrency (MVCC) problem has been fixed. The Oracle mode now allows multiple rows with NULL in a unique index. A bug int the Lucene fulltext implementation has been fixed.
|