summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected performance regression. Tweaked dynamic query results.v0.7.5James Moger2011-12-1311-81/+6242
* Prepare next releaseJames Moger2011-12-092-3/+6181
* Columns mapped by name in result set instead of index. Disallow multipleJames Moger2011-12-0914-15/+289
* Added alternative method signatures to avoid subtle varargs bugsJames Moger2011-12-083-4/+44
* Fixed join into custom type of primitivesv0.7.3James Moger2011-12-066-21/+6124
* Improved fluent/type-safety of join statementsJames Moger2011-12-066-32/+40
* Fixed bug in primitive group by clausesJames Moger2011-12-063-7/+26
* Fixed joins on primitivesJames Moger2011-12-056-5/+219
* Updated readme markdown with H2 and HSQL updated infoJames Moger2011-12-021-2/+2
* Updated H2 1.3.162 and HSQL 2.2.6v0.7.2James Moger2011-11-306-17/+19
* Include debug information in built jars.James Moger2011-09-021-2/+2
* Generated models are now serializable.James Moger2011-09-024-10/+18
* Prepare 0.7.1 releasev0.7.1James Moger2011-08-313-3/+5919
* Fixes to model generation. Fixes to default SQL dialect.James Moger2011-08-318-11/+37
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-3010-66/+255
* Adjustment to PostgreSQL dialect for creating autoincrement columns.James Moger2011-08-301-5/+3
* Documentation.James Moger2011-08-262-1/+28
* Launch H2 and HSQL servers in test suite and include tcp benchmarks.James Moger2011-08-1711-105/+122
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-1722-122/+6141
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-1719-216/+316
* Refactoring.James Moger2011-08-163-44/+36
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-1625-192/+477
* Prepare 0.6.6 release.v0.6.6James Moger2011-08-155-21/+5814
* Improving performance documentation.James Moger2011-08-156-16/+83
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-1561-310/+1013
* Fixed bug in delete() and update() where primary key is a primitive.v0.6.5James Moger2011-08-125-16/+31
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-1213-20/+5719
* Always enforce strict type mapping.James Moger2011-08-124-18/+4
* Renamed @IQTable.createIfRequired to @IQTable.createJames Moger2011-08-124-3/+4
* Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.James Moger2011-08-124-13/+43
* Full primitives support.James Moger2011-08-1210-137/+743
* Documentation. Added another unmapped field case.James Moger2011-08-117-15/+17
* 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-1126-269/+471
* Moved dialects back to main package. Registered MySQL dialect.James Moger2011-08-109-49/+68
* Dialect refinements.James Moger2011-08-108-97/+207
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-099-28/+31
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-0916-116/+336
* Fix build date.James Moger2011-08-081-1/+1
* 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