hsqldb.org Home
                  Page

HSQLDB - 100% Java Database

HSQLDB Development

Supported Versions

Version 2.7.1 was released in October 2022.

SupportWare subscriptions provide support for all current and previous versions.

History

2005-today: After the release of version 1.8.0 in 2005, we aimed to develop a highly standard-compliant database engine to support advanced data types and Standard SQL syntax. This required a complete rewrite of most core and interface components of the engine and was done in stages over four years. We avoided early releases in order to provide a well-balanced feature set.

Version 2.0.0 was finally released in June 2010, after a year of alpha and beta releases with extensive public tests. We completed all the features listed in the new features page.

Since the release of 2.0.0, we have added enhancements, new features and fixed reported bugs, resulting in version 2.7.1 in October 2022. Point releases have appeared on average twice a year. Recent new features include hot backup, multi-billion row tables, extended SQL syntax compatibility modes, JEE XA transactions, connection pool and many new built-in functions.

Current Developments

We add regular enhancements to all areas of the engine. For example, recursive query support was improved in version 2.7.1. See the SupportWare page on how you can support the effort financially.

The Development Team

The development effort and all public releases are coordinated by the full-time Maintainer to ensure continuity and consistency.

We are always looking for new developers to join our team. Anyone who would like to contribute code, tests, documentation or translation is welcome to join. Please send an email to the Maintainer, Fred Toussi, fredt (at) users.sourceforge.net with your proposed enhancement. When you contribute code, you are expected to contribute tests that validate your code.

Co-ordination with Open Source Projects

HSQLDB is used in (or is supported by) a large number of open source projects. We welcome direct, priority contact with developers from those projects to ensure a smooth transition to new versions. You can point us to the HSQLDB access code in your pre-release sources and we will look and suggest any simple improvements that may be necessary.

Co-ordination with Commercial Software Developers

We value contributions from all developers who use HSQLDB in their projects. We have been able to fulfil many requests for additional features or bug fixes and will continue to give priority to what users ask for.

You can discuss patch contribution directly with the Maintainer. You are encouraged to report any issues during development and we will fix them promptly. You are also invited to join SupportWare to contribute to on-going development and maintenance of HSQLDB.

Repository Organisation

Development of HSQLDB 2.x and other components is reflected in the SVN repository. The directories are listed below:

/base version 2.x
/base-one versions up to 1.8.x
/dotnet the .NET implementation of 1.8.x
/odbc the ODBC driver

The changelist for version 2.x shows all the changes since version 2.0.

Some Ancient History

Before HSQLDB: Hypersonic SQL was a small open-source all-Java database engine, first released with source in 1998. By the year 2000 and version 1.43 it had developed into a simple and basic SQL engine. The Hypersonic SQL project stopped development in late 2000 and was closed in 2001.

2001: In March 2001, a number of developers who were using the software for their work got together through the Internet and formed the HSQL Development Group to continue the development. The Group released the first version of HSQLDB (1.60) in April 2001, featuring support for SQL triggers and other enhancements and bug fixes. The next version (1.61) followed in July that year.

2002: Growing interest in HSQLDB resulted in more and more enhancements and new features submitted to the project. Development continued for the next 12 months and the next version, 1.7.0, was released with major new functionality, especially Text tables. Version 1.7.1 followed in October with further enhancements. Many old bugs inherited from Hypersonic SQL were fixed in these versions.

2003-2004: Work on version 1.7.2 continued until July 2004 when 1.7.2 was finally released after extensive testing. Features such as compiled prepared statements, cascading deletes and updates where introduced. We continued to fix reported bugs against 1.7.2 and released 10 revisions of the engine. Thomas Mueller, the author of Hypersonic SQL, made a welcome reappearance in 2004 for a short period and submitted enhancements to NULL handling. We released version 1.7.3 in 2004.

2004-2005: Simultaneous development on the next version, now designated as 1.8.0, was carried out in the second half of 2004. We introduced changes made by Ocke Janssen for OpenOffice.org integration. We also rewrote the whole area of code that controls persistence and handles memory caching of disk based rows. This made HSQLDB yet more resilient and capable of handling huge tables. Several important new features were also developed, including database schemata, roles and new SQL features. The first release of 1.8.0 came out in July 2005. In the process leading to 1.8.0 the code was modularized, all internal functionality was reviewed or rewritten and regression test coverage of various features were greatly improved. Version 1.8 had regular bug fixes and improvements from its release until the last version 1.8.10 was released in 2010.

Historic change Logs and Lists

1.6.0 to 1.7.1 releases 2001-02
1.7.2 release 2004
1.7.2 point releases 2004
1.7.3 point releases 2004-5
1.8.0 release 2005
1.8.0 point releases 2005-7

SourceForge Logo

This page last updated 23 October 2022
Contents of this page are ©2001-2021 The hsql Development Group. All rights reserved.