summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.1.0 releasev1.1.0James Moger2012-08-201-2/+2
* Updated unit-tested databasesJames Moger2012-08-204-19/+21
* Use savepoints for all bulk ops (insert all, update all, delete all)James Moger2012-08-204-10/+145
* Reset build identifiers for next releaseJames Moger2012-07-141-2/+2
* Prepare 1.0.0 releasev1.0.0James Moger2012-07-145-11/+6559
* Fixed unit test for MySQL wrt IN queriesJames Moger2012-07-141-1/+8
* DocumentationJames Moger2012-07-141-1/+3
* Use the upgrade check to skip unnecessary table create statementsJames Moger2012-07-142-0/+9
* Restored build properties with an is available checkJames Moger2012-06-181-4/+15
* Fix to Issue 5.kc5nra2012-06-184-2/+6555
* Draft support for "where xxx in(select bbb from...)"James Moger2012-05-078-3/+139
* Merge pull request #1 from backpaper0/masterJames Moger2012-04-092-7/+25
|\
| * Refactoring.Taichi Uragami2012-04-071-8/+7
| * Added support for left outer join.Taichi Uragami2012-04-062-1/+20
|/
* Fixed index out of bounds exception in parsing a default string valuev0.7.10James Moger2012-01-274-5/+9
* Added toParameter() to update/set commandsv0.7.9James Moger2012-01-248-32/+6482
* Generate SELECT T0.* type statementsv0.7.8James Moger2012-01-1110-26/+6548
* Prepare 0.7.7 releasev0.7.7James Moger2012-01-054-3/+6336
* Disallow multiple instances of an enum within a model classJames Moger2012-01-046-4/+70
* Added methods to generate static, reusable, parameterized sql statementsJames Moger2012-01-049-6/+362
* Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6James Moger2011-12-214-4/+136
* 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