summaryrefslogtreecommitdiffstats
path: root/src/com/iciql/build
Commit message (Collapse)AuthorAgeFilesLines
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-0/+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.
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-041-0/+7
|
* Initial commit of iciql.James Moger2011-08-032-0/+554