From 66e810aaf212c5e37b0a1702b6c33480595408ce Mon Sep 17 00:00:00 2001 From: James Moger Date: Mon, 15 Aug 2011 16:44:14 -0400 Subject: Added Derby dialect. Finished HSQL dialect. Documentation. * Improved DEFAULT value specifications. * Fixed bug in buildObjects where the ResultSet could be closed by the automatic create table attempt. * DbInspector now uses the dialect's reported DATETIME class preference. * Improved IciqlException SQLState code checks. * Integrated LIMIT and OFFSET expression appending in dialects. * Updated to H2 1.3.159 * Allow reopening of a memory database in the test suite. --- docs/05_building.mkd | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/05_building.mkd') diff --git a/docs/05_building.mkd b/docs/05_building.mkd index 6e6196a..8a4f45b 100644 --- a/docs/05_building.mkd +++ b/docs/05_building.mkd @@ -10,6 +10,7 @@ Additionally, [eclipse-cs](http://eclipse-cs.sourceforge.net), [FindBugs](http:/ ### Build Dependencies (downloaded during build) - [H2 Database](http://h2database.com) (Eclipse Public License 1.0) - [HSQL Database Engine](http://hsqldb.org) (BSD) +- [Apache Derby Database](http://db.apache.org/derby) (Apache 2.0) - [JUnit](http://junit.org) (Common Public License) - [commons-net](http://commons.apache.org/net) (Apache 2.0) - [ant-googlecode](http://code.google.com/p/ant-googlecode) (New BSD) -- cgit v1.2.3