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 Requirements

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-01-10 04:37
1.3.149 Beta

몇 가지 버그 데이터베이스에 저장된 데이터를 로브와 관련된 것을 해결되었습니다. 데이터베이스가 어떤 상황에서 너무 많은 메모리를 소비 수 있습니다. 아파치 톰캣 호환성이 개선되었습니다.
Tags: Bugfixes
Several bugs have been fixed that are related to LOB data stored in the database. The database could consume too much memory in some situations. Apache Tomcat compatibility has been improved.

2010-12-12 22:23
1.3.148 Beta

자동 H2 콘솔의 전체가 개선되었습니다. 코드 범위가 개선되었습니다 몇 가지 작은 버그가 해결되었습니다.
Tags: Beta
The auto-complete of the H2 Console was improved. The code coverage has been improved and a few smaller bugs have been fixed.

2010-11-22 03:01
1.2.147

JMX는 (자바 관리 확장) 이제 지원됩니다. CSV 파일로부터 테이블을로드 지금 빠릅니다. 날짜 및 시간 계산이 향상되었습니다.
Tags: JMX
JMX (the Java management extension) is now supported. Loading a table from a CSV file is now faster. Date and time calculations have been improved.

2010-11-09 08:11
1.3.146 Beta

CLOB 및의 BLOB 데이터가 이제 더 이상 외부와 데이터베이스 파일에 저장됩니다. 통계는 자동으로 업데이 트됩니다. 매우 큰 거래는 이제 지원됩니다. 대형 "뚜렷한"쿼리는 지원됩니다. Lucene 3가 기본적으로 사용됩니다. 데이터베이스가 작은 쿼리 캐시를 사용합니다.
Tags: Beta
CLOB and BLOB data is now stored in the database file, and no longer externally. Statistics are now updated automatically. Very large transactions are now supported. Large "distinct" queries are supported. Lucene 3 is used by default. The database uses a small query cache.

2010-11-02 19:38
1.2.145

다양한 시스템 속성이 데이터베이스 수준 설정으로 대체되었습니다.
Various system properties have been replaced with database level settings.

Project Resources