Download List

프로젝트 설명

HSQLDB (HyperSQL DataBase) is an SQL relational database engine written in Java. It supports nearly full ANSI-92 SQL and SQL:2008 enhancements. It is a small, fast multithreaded, and transactional database engine which offers in-memory and disk-based tables and supports embedded and server modes.

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.

2010-06-10 06:33
2.0

이 버전은 SQL을 : 2008 표준 및 다른 주요 오픈 소스 RDBMS와 SQL보다 더 많은 기능을 지원합니다 다음과 같습니다. Datetime 간격과 배열 유형, 함께 전체와 같은 쿼리 기능 및 측면과 같은 고급 데이터 형식이 지원됩니다 조인. 전체 지원 절차 SQL은 SQL / PSM 기능, 절차 및 트리거, 함께 자바 루틴에 대한 더 광범위한 suport와를 포함한 추가되었습니다. 전용 고성능 LOB 저장소는 높은 볼륨의 콘텐츠 관리 시스템에 대해이 버전에 이상적입니다.
Tags: major stable
This version follows the SQL:2008 Standard and supports more SQL features than other major open source RDBMS. Advanced data types, such as datetime INTERVAL and ARRAY types, together with query features such as FULL and LATERAL joins are supported. Full support was added for procedural SQL, including SQL/PSM functions, procedures and triggers, together with more extensive suport for Java routines. A dedicated high-performance LOB store makes this version ideal for high volume content managment systems.

2005-02-08 09:09
1.7.3.3

테이블에서 기본 키없이 삭제 및 업데이 트를 로깅 버그가 수정되었습니다. SAMMLINT에 BIGINT에서 전환 및 TYNYINT 지금은 허용되지 않습니다. 호출에서 null 값을과 캘린더를 인수 문제와 해결되었습니다 메소드를 ResultSet합니다. 삽입 INTO를 [T는]를 선택 (....) 이제 어디 안 열 목록을 지정 허용됩니다. NULL을 확인하지 제약 스크립트이며 NULL이 수정되었습니다. NPE 때 오류가 발생 함수 서브쿼리에 고정했다. 다양한 설정 기능에 대한 지원이 추가되었습니다 문제와 다중 테이블에 대한 DELETE 문을 키 기본 키 로깅을 고정했다.
Tags: Minor bugfixes
A bug with logging deletes and updates from tables without primary keys was fixed. Conversions from BIGINT to SAMMLINT and TYNYINT are now allowed. An issue with null values in calls to ResultSet methods with a Calendar argument was fixed. INSERT INTO [T] SELECT (....) is now allowed where no column list is specified. The scripting of CHECK constraints with NOT NULL and IS NULL was corrected. An NPE error when functions are in subqueries was fixed. Support for various set functions was added, and issues with logging DELETE statements for tables with multi-key primary keys were fixed.

2005-01-13 15:26
1.8.0RC1

코드 삽입을위한 OpenOffice.org에 필요한 추가되었습니다. 캐시 재작 성 구현이 포함되어있습니다. 재사용 할 때 파일 공간의 행이 삭제됩니다 향상됐다. 이것은 주로 어떤 만명 이상의 삽입과 관련된 제이 보스의 사용,시 / 삭제 / 훨씬 작아 하루 당 및 결과 업데이 트를위한 작업입니다. 데이터 파일입니다. 성능이 비정상적인 종료 후 복구와 같은 특정 분야에서 향상되었습니다 시간이 지남에. 향상 DatabaseManagerSwing을했습니다.
Tags: Release Candidate, Major feature enhancements
Code needed for embedding into OpenOffice.org was
added. A rewritten implementation of Cache is
included. Reuse of file space when rows are
deleted was improved. This is aimed primarily at
JBoss usage, which involves a million or more
insert/delete/update operations per day and
results in much smaller .data files over time.
Performance has been improved in certain areas,
such as recovery after an abnormal termination.
Enhancements were made to DatabaseManagerSwing.

2004-12-10 11:10
1.7.3.0

이 버전은 boolean 타입에 대한 정의되지 않은 상태를 지원하여 표준 SQL의 향상된 기능 적합성. 이렇게 변경하면 값 NULL을 포함 쿼리 조건과 검사 제약 조건에 효과가있다.
Tags: Minor feature enhancements
This version features improved conformance to SQL
standards by supporting the UNDEFINED state for the
BOOLEAN type. This change has an effect in query conditions
and check constraints when values include a NULL.

2004-12-10 11:10
1.7.2.0

이 릴리스의 시스템 테이블에 여러 개의 데이터베이스를 지원, 더 나은 질의 처리, 및 더 많은 고급은 SQL 키워드 등 새로 작성한 코드 기능
Tags: Major feature enhancements
This release features newly written code for system tables,
multiple database support, better query processing, and
more advanced SQL keywords, etc.

Project Resources