summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-172-66/+138
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-174-26/+46
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-1610-144/+316
* Prepare 0.6.6 release.v0.6.6James Moger2011-08-151-16/+28
* Improving performance documentation.James Moger2011-08-152-8/+67
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-1522-146/+383
* Fixed bug in delete() and update() where primary key is a primitive.v0.6.5James Moger2011-08-121-0/+5
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-125-8/+5
* 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-123-25/+147
* Restructured test suite to run against multiple databases.James Moger2011-08-1120-96/+229
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-39/+0
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-092-2/+2
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-092-0/+119
* Fixed first enum constant special case. (issue 4)James Moger2011-08-084-53/+117
* Documentation. EnumType default is NAME. James Moger2011-08-084-15/+26
* Fully support H2 UUID type. Cleanup imports for generated models.James Moger2011-08-083-3/+111
* Partial primitives support: insert, update, and select but NOT where.James Moger2011-08-082-0/+131
* Refinement to BETWEEN to feel more like the rest of the API.James Moger2011-08-081-5/+5
* Quick implementation of BETWEEN, IS NULL, and IS NOT NULL.James Moger2011-08-071-0/+9
* Finished enum query support (issue 4)James Moger2011-08-073-32/+199
* IndexValidation was broken for single-indexes or non-standard indexes.v0.6.2James Moger2011-08-051-1/+1
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-058-12/+213
* Customizable enumId() mapping (issue 2)James Moger2011-08-042-5/+24
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-043-3/+66
* Overhauling annotations.James Moger2011-08-045-13/+27
* Initial commit of iciql.James Moger2011-08-0319-0/+2134