aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/ModelUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed index out of bounds exception in parsing a default string valuev0.7.10James Moger2012-01-271-1/+1
* Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6James Moger2011-12-211-1/+108
* Fixes to model generation. Fixes to default SQL dialect.James Moger2011-08-311-2/+9
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-171-0/+3
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-8/+4
* Always enforce strict type mapping.James Moger2011-08-121-6/+1
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-12/+4
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-4/+41
* 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