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

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.
標籤: major stable

2005-02-08 09:09
1.7.3.3

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.
標籤: Minor bugfixes

2005-01-13 15:26
1.8.0RC1

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.
標籤: Release Candidate, Major feature enhancements

2004-12-10 11:10
1.7.3.0

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.
標籤: Minor feature enhancements

2004-12-10 11:10
1.7.2.0

This release features newly written code for system tables,
multiple database support, better query processing, and
more advanced SQL keywords, etc.
標籤: Major feature enhancements

Project Resources