aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/ModelUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-12/+4
| | | | | | | | | 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.
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-4/+41
| | | | Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release.
* Do not generate primitive mappings. Prepare v0.6.3 release.v0.6.3James Moger2011-08-081-1/+6
|
* Documentation. EnumType default is NAME. James Moger2011-08-081-7/+6
|
* Fully support H2 UUID type. Cleanup imports for generated models.James Moger2011-08-081-0/+2
|
* Partial primitives support: insert, update, and select but NOT where.James Moger2011-08-081-0/+9
|
* Customizable enumId() mapping (issue 2)James Moger2011-08-041-0/+1
|
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-041-8/+30
|
* Initial commit of iciql.James Moger2011-08-031-0/+324