aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Define.java
Commit message (Collapse)AuthorAgeFilesLines
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-1/+6
| | | | | | | | | 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.
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-051-1/+1
|
* Initial commit of iciql.James Moger2011-08-031-0/+88