SmallSQL is a pure Java DBMS, a relational
database for Java desktop applications. It has a
JDBC 3.0 interface and offers many ANSI SQL 92 and
ANSI SQL 99 features. It is very small and fast
because it does not have a network interface.
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.
The SQL functions CHAR, DIFFERENCE, INSERT, LCASE, LEFT, LTRIM, REPEAT, REPLACE, RTRIM, SOUNDEX, SPACE, and UCASE were added. Now all ANSI SQL 92 functions are implemented in the SmallSQL database. A large bug with the HAVING clause was fixed. The incorrect ResultSetMetaData together with the GROUP BY clause was fixed.
The number of JUnit tests was increased greatly.
There is now a block code coverage of 75% with the
EMMA tool. The new tests have shown many bugs,
which have been fixed. Most of these bugs and
feature enhancments are related to the Statement
and ResultSet interface.