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-04-05 12:28
1.3.154

일부 작업은 데이터베이스가 현재 최대 10 % 빠릅니다. MySQL과 연동하여 호환성이 개선되었습니다. CLOB 및의 BLOB 데이터와 성능 문제가 수정되었습니다.
For some operations, the database is now up to 10% faster. The compatibility with MySQL has been improved. A performance problem with CLOB and BLOB data has been fixed.

2011-03-15 00:05
1.3.153

저장의 로브 개체가 올바르게 동기화되지 않았습니다. 새로운 실험 암호화 파일 시스템이 구현되었습니다. 각종 버그가 해결되었습니다.
Storing lob objects was not correctly synchronized. A new experimental encrypting file system has been implemented. Various bugs have been fixed.

2011-03-02 07:06
1.3.152

JaQu는 (자바 LINQ 구현)이 많이 향상되었습니다. 자바 7 이제 지원됩니다. 아니 색인 확신하는 것 같은 조건에 사용되었습니다. 제로 또는 하나의 요소를 배열 리터럴이 올바르게 구문 분석되지 않았습니다. 서브쿼리를 사용하는 약관은 때로 아주 성능을 위해 나빴어 단순한 조건, 이전에 평가했다. 철도 다이어그램이 개선되었습니다. 석사 SQL Server 및 SQLite는와 호환성이 개선되었습니다.
Tags: LINQ Java7
JaQu (the Java LINQ implementation) has been improved a lot. Java 7 is now supported. No index was used for certain LIKE conditions. Array literals with zero or one element were not parsed correctly. Conditions using subqueries were sometimes evaluated before much simpler conditions, which was very bad for performance. The railroad diagrams have been improved. Compatibility with MS SQL Server and SQLite has been improved.

2011-02-13 04:11
1.3.151 Beta

브라우저 도구는 이제 명령줄 옵션으로 데이터베이스의 URL을 지원하는 콘솔 기반. 사용자 정의 함수는 이제 어떤 클래스의 매개 변수를 가질 수 있습니다. SQLite는와의 호환성은 의사 열 _ROWID_를 지원함으로써 개선되었습니다. 준비 진술과 방울과 동시성 문제 / clob 개체가 해결되었습니다.
The browser based console tool now supports a database URL as a command line option. User defined functions can now have parameters of any class. The compatibility with SQLite has been improved by supporting the pseudo-column _ROWID_. Concurrency problems with prepared statements and blob / clob objects have been fixed.

2011-01-28 17:13
1.3.150 Beta

CSV로 도구가 개선되었습니다. 클래스 패스가 현재 지원됩니다부터 읽기 입력 (CSV 파일, SQL 스크립트) 스트림. 오라클의 지원이 연결된 테이블에 대한 개선되었습니다. 대형 압축된 읽기 전용 데이터베이스 (zip 파일에있는 데이터베이스)의 성능이 향상되었습니다. 새로운 스캔 방지 캐시가 사용할 수 있습니다.
The CSV tool has been improved. Reading input streams (CSV files, SQL scripts) from the classpath is now supported. Oracle support has been improved for linked tables. The performance of large compressed read-only databases (databases in a zip file) has been improved. A new scan-resistant cache is now available.

Project Resources