ダウンロードリスト

プロジェクト概要

H2はJavaで実装されたSQLデータベースエンジンで、JDBC APIを実装しています。

組み込みおよびサーバー、クラスタモードが利用可能で、ブラウザベースのコンソールアプリケーションも同梱されています。

H2は強力なセキュリティ機能を備えており、ディスクベースおよびインメモリデータベース/インメモリテーブルをサポートしています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-08-14 02:49
1.3.159

それはデータベースへの書き込み中にアプリケーションのクラッシュをシミュレートすることが可能になりました。データベースのURLは、プロパティファイルを使用して再マップすることができる。
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

CLOBまたはBLOBデータでデータベースのアップグレードに関する問題が修正されました。 Rのプログラミング言語との互換性は(database_to_upperフラグを無効にすることにより)改善された。テストケースはassertThrowsを使用して簡素化された(...).日付、時刻、およびタイムスタンプのデータ型の処理が再実装されました。
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

このリリースでは、CLOBまたは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

組み込みの接続プールは、より高速になりました。
The built-in connection pool is now faster.

2011-05-28 08:57
1.3.155

他のデータベースとの互換性が改善されました。高速ICU4J丁は、現在サポートされています。は、Java 1.3とJava 1.4のサポートが削除されています。
タグ: 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.

プロジェクトリソース