summaryrefslogtreecommitdiffstats
path: root/tests/com/iciql/test/models
Commit message (Expand)AuthorAgeFilesLines
* Added methods to generate static, reusable, parameterized sql statementsJames Moger2012-01-041-0/+87
* Columns mapped by name in result set instead of index. Disallow multipleJames Moger2011-12-091-0/+40
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-302-2/+6
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-171-2/+2
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-163-8/+7
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-159-25/+41
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-122-1/+4
* Always enforce strict type mapping.James Moger2011-08-121-2/+2
* Renamed @IQTable.createIfRequired to @IQTable.createJames Moger2011-08-121-1/+1
* Full primitives support.James Moger2011-08-121-0/+17
* Restructured test suite to run against multiple databases.James Moger2011-08-116-27/+34
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-091-1/+1
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-0/+58
* Fixed first enum constant special case. (issue 4)James Moger2011-08-081-3/+3
* Documentation. EnumType default is NAME. James Moger2011-08-082-2/+8
* Partial primitives support: insert, update, and select but NOT where.James Moger2011-08-081-0/+72
* Finished enum query support (issue 4)James Moger2011-08-072-31/+159
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-055-9/+82
* Customizable enumId() mapping (issue 2)James Moger2011-08-041-4/+23
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-042-2/+65
* Overhauling annotations.James Moger2011-08-043-7/+18
* Initial commit of iciql.James Moger2011-08-039-0/+703