Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-14 02:49
1.3.159

Es ist nun möglich, Programmabstürze simulieren beim Schreiben in die Datenbank. Database URLs können neu zugeordnet werden mit einer Properties-Datei.
It is now possible to simulate application crashes while writing to the database. Database URLs can be re-mapped using a properties file.

2011-07-17 23:22
1.3.158

Probleme mit dem Upgrade einer Datenbank mit CLOB oder BLOB-Daten wurden behoben. Kompatibilität mit dem R-Programmiersprache wurde verbessert (durch die Deaktivierung der database_to_upper Flagge). Die Testfälle wurden vereinfacht mit assertThrows (...). Datum, Uhrzeit und timestamp-Datentyp Verarbeitung wurde neu implementiert.
Problems with upgrading a database with CLOB or BLOB data have been fixed. Compatibility with the R programming language was improved (by disabling the database_to_upper flag). Test cases were simplified using assertThrows(...). Date, time, and timestamp data type processing has been re-implemented.

2011-06-26 03:31
1.3.157

Diese Version behebt ein Problem der vorherigen Version, dass ältere Datenbanken brechen könnten, wenn Sie CLOB oder BLOB.
This release fixes a problem of the previous release that could break older databases when using CLOB or BLOB.

2011-06-18 18:18
1.3.156

Der eingebaute Verbindungs-Pool ist jetzt schneller.
The built-in connection pool is now faster.

2011-05-28 08:57
1.3.155

Kompatibilität mit anderen Datenbanken ist verbessert worden. Je schneller ICU4J Zusammentragemaschine wird nun unterstützt. Unterstützung für Java 1.3 und Java 1.4 wurde entfernt.
Tags: Compatibility
Compatibility with other databases has been improved. The faster ICU4J collator is now supported. Support for Java 1.3 and Java 1.4 has been removed.

Project Resources