aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6James Moger2011-12-213-4/+132
* Corrected performance regression. Tweaked dynamic query results.v0.7.5James Moger2011-12-135-58/+49
* Prepare next releaseJames Moger2011-12-091-3/+3
* Columns mapped by name in result set instead of index. Disallow multipleJames Moger2011-12-096-8/+114
* Added alternative method signatures to avoid subtle varargs bugsJames Moger2011-12-082-2/+36
* Fixed join into custom type of primitivesv0.7.3James Moger2011-12-062-5/+11
* Improved fluent/type-safety of join statementsJames Moger2011-12-063-30/+30
* Fixed bug in primitive group by clausesJames Moger2011-12-061-7/+7
* Fixed joins on primitivesJames Moger2011-12-053-2/+79
* Updated H2 1.3.162 and HSQL 2.2.6v0.7.2James Moger2011-11-302-7/+7
* Generated models are now serializable.James Moger2011-09-022-3/+7
* Prepare 0.7.1 releasev0.7.1James Moger2011-08-311-2/+2
* Fixes to model generation. Fixes to default SQL dialect.James Moger2011-08-316-10/+34
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-304-47/+120
* Adjustment to PostgreSQL dialect for creating autoincrement columns.James Moger2011-08-301-5/+3
* Launch H2 and HSQL servers in test suite and include tcp benchmarks.James Moger2011-08-178-84/+46
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-179-42/+71
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-1714-190/+269
* Refactoring.James Moger2011-08-163-44/+36
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-1610-35/+147
* Prepare 0.6.6 release.v0.6.6James Moger2011-08-151-3/+3
* Improving performance documentation.James Moger2011-08-151-6/+10
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-1528-124/+529
* Fixed bug in delete() and update() where primary key is a primitive.v0.6.5James Moger2011-08-123-14/+20
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-123-4/+7
* Always enforce strict type mapping.James Moger2011-08-123-16/+2
* Renamed @IQTable.createIfRequired to @IQTable.createJames Moger2011-08-122-2/+2
* Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.James Moger2011-08-121-8/+24
* Full primitives support.James Moger2011-08-124-22/+551
* Documentation. Added another unmapped field case.James Moger2011-08-112-5/+5
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-1119-217/+449
* Moved dialects back to main package. Registered MySQL dialect.James Moger2011-08-106-48/+63
* Dialect refinements.James Moger2011-08-108-97/+207
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-095-24/+24
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-099-98/+171
* Fix build date.James Moger2011-08-081-1/+1
* Do not generate primitive mappings. Prepare v0.6.3 release.v0.6.3James Moger2011-08-082-4/+9
* Documentation. Moved dialects into separate package.James Moger2011-08-087-136/+191
* Fixed first enum constant special case. (issue 4)James Moger2011-08-081-0/+9
* Documentation. EnumType default is NAME. James Moger2011-08-084-28/+49
* Simplified dialect lookup.James Moger2011-08-081-10/+10
* Fully support H2 UUID type. Cleanup imports for generated models.James Moger2011-08-083-2/+10
* Partial primitives support: insert, update, and select but NOT where.James Moger2011-08-082-15/+27
* Refinement to BETWEEN to feel more like the rest of the API.James Moger2011-08-083-12/+55
* Quick implementation of BETWEEN, IS NULL, and IS NOT NULL.James Moger2011-08-074-4/+53
* Finished enum query support (issue 4)James Moger2011-08-0712-46/+82
* IndexValidation was broken for single-indexes or non-standard indexes.v0.6.2James Moger2011-08-052-5/+15
* 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-051-2/+2
* Documentation. Don't double-wrap IciqlException.James Moger2011-08-051-0/+2