summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not generate primitive mappings. Prepare v0.6.3 release.v0.6.3James Moger2011-08-084-4/+4662
|
* Documentation. Moved dialects into separate package.James Moger2011-08-088-136/+192
|
* Fixed first enum constant special case. (issue 4)James Moger2011-08-085-53/+126
|
* Documentation. EnumType default is NAME. James Moger2011-08-0812-65/+166
|
* Simplified dialect lookup.James Moger2011-08-081-10/+10
|
* Fully support H2 UUID type. Cleanup imports for generated models.James Moger2011-08-086-5/+121
|
* Partial primitives support: insert, update, and select but NOT where.James Moger2011-08-084-15/+158
|
* Refinement to BETWEEN to feel more like the rest of the API.James Moger2011-08-084-17/+60
|
* Quick implementation of BETWEEN, IS NULL, and IS NOT NULL.James Moger2011-08-075-4/+62
|
* Finished enum query support (issue 4)James Moger2011-08-0715-78/+281
|
* IndexValidation was broken for single-indexes or non-standard indexes.v0.6.2James Moger2011-08-053-6/+16
|
* Documentation.James Moger2011-08-051-0/+1
|
* Important fix to _iq_versions create mechanism to work with H2 1.3.158+v0.6.1James Moger2011-08-052-3/+3
|
* Release 0.6.0. APIv2v0.6.0James Moger2011-08-052-2/+4425
|
* Documentation. Don't double-wrap IciqlException.James Moger2011-08-052-3/+5
|
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-0516-39/+266
|
* Customizable enumId() mapping (issue 2)James Moger2011-08-048-31/+112
|
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-0413-16/+331
|
* Overhauling annotations.James Moger2011-08-0414-163/+202
| | | | | | | | * @IQSchema(name="public") -> @IQSchema("public") * @IQDatabase(version=2) -> @IQVersion(2) * @IQTable(version=2) -> @IQVersion(2) * @IQIndex annotation simplified to be used for one index definition and expanded to specify index name * added @IQIndexes annotation to specify multiple IQIndex annotations
* Change identifiers for next release.James Moger2011-08-042-4/+4
|
* Documentation.James Moger2011-08-041-20/+20
|
* Documentation.James Moger2011-08-031-4/+4
|
* Documentation.v0.5.0James Moger2011-08-034-2/+4307
|
* Initial commit of iciql.James Moger2011-08-03108-0/+13658