Download List

项目描述

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.

系统要求

System requirement is not defined
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

现在可以模拟应用程序崩溃,而写入数据库。数据库的网址,可以使用属性文件重新映射。
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 (...).日期,时间,和timestamp数据类型的处理已经重新实现。
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.

Project Resources