aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/ValidationRemark.java
Commit message (Collapse)AuthorAgeFilesLines
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-9/+5
| | | | | | | | | 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.
* Initial commit of iciql.James Moger2011-08-031-0/+131