From 0333ed4cf0b5db3f9ffcb0da31787f6e44139af5 Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 11 Aug 2011 14:04:01 -0400 Subject: Added support for HSQL database. Revised dialects some more. Moved CREATE TABLE and CREATE INDEX statement generation to the dialect. Added DECIMAL(length, scale) support. Improved automatic dialect detection. Unspecified length string is now CLOB instead of TEXT. Boolean now maps to BOOLEAN instead of BIT. Expressions on unmapped fields will throw an IciqlException. Improved exception reporting. --- .classpath | 1 + 1 file changed, 1 insertion(+) (limited to '.classpath') diff --git a/.classpath b/.classpath index 7e65762..c52fc50 100644 --- a/.classpath +++ b/.classpath @@ -29,5 +29,6 @@ + -- cgit v1.2.3