| Commit message (Expand) | Author | Age | Files | Lines |
* | Mostly complete migration of build script to Moxie | James Moger | 2013-03-08 | 20 | -397/+139 |
* | Fixed case-sensitivity bug on setting a compound primary key from an annotati... | James Moger | 2012-09-27 | 1 | -0/+1 |
* | Support for read-only views (issue 8) | James Moger | 2012-09-25 | 3 | -3/+63 |
* | Support inheritance of IQVersion for DbUpgrader implementations (issue 10) | James Moger | 2012-09-21 | 1 | -0/+1 |
* | Fixed order of DEFAULT in create table statement (issue 11) | James Moger | 2012-09-21 | 1 | -0/+1 |
* | Documentation | James Moger | 2012-09-18 | 2 | -2/+1 |
* | Fixed password bug in model generator tool (issue 7) | James Moger | 2012-09-18 | 1 | -0/+4 |
* | Updated unit-tested databases | James Moger | 2012-08-20 | 1 | -3/+5 |
* | Use savepoints for all bulk ops (insert all, update all, delete all) | James Moger | 2012-08-20 | 1 | -0/+4 |
* | Prepare 1.0.0 releasev1.0.0 | James Moger | 2012-07-14 | 2 | -4/+0 |
* | Documentation | James Moger | 2012-07-14 | 1 | -1/+3 |
* | Draft support for "where xxx in(select bbb from...)" | James Moger | 2012-05-07 | 1 | -0/+5 |
* | Fixed index out of bounds exception in parsing a default string valuev0.7.10 | James Moger | 2012-01-27 | 1 | -0/+4 |
* | Added toParameter() to update/set commandsv0.7.9 | James Moger | 2012-01-24 | 2 | -0/+11 |
* | Generate SELECT T0.* type statementsv0.7.8 | James Moger | 2012-01-11 | 1 | -0/+9 |
* | Prepare 0.7.7 releasev0.7.7 | James Moger | 2012-01-05 | 2 | -0/+9 |
* | Disallow multiple instances of an enum within a model class | James Moger | 2012-01-04 | 2 | -3/+15 |
* | Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6 | James Moger | 2011-12-21 | 1 | -0/+4 |
* | Corrected performance regression. Tweaked dynamic query results.v0.7.5 | James Moger | 2011-12-13 | 3 | -19/+7 |
* | Columns mapped by name in result set instead of index. Disallow multiple | James Moger | 2011-12-09 | 4 | -4/+32 |
* | Added alternative method signatures to avoid subtle varargs bugs | James Moger | 2011-12-08 | 1 | -2/+8 |
* | Fixed join into custom type of primitivesv0.7.3 | James Moger | 2011-12-06 | 1 | -2/+4 |
* | Improved fluent/type-safety of join statements | James Moger | 2011-12-06 | 2 | -0/+9 |
* | Fixed bug in primitive group by clauses | James Moger | 2011-12-06 | 1 | -0/+1 |
* | Fixed joins on primitives | James Moger | 2011-12-05 | 1 | -2/+6 |
* | Updated H2 1.3.162 and HSQL 2.2.6v0.7.2 | James Moger | 2011-11-30 | 2 | -2/+4 |
* | Generated models are now serializable. | James Moger | 2011-09-02 | 1 | -2/+6 |
* | Fixes to model generation. Fixes to default SQL dialect. | James Moger | 2011-08-31 | 1 | -0/+2 |
* | Undeprecated interface configuration. Added more Define methods. | James Moger | 2011-08-30 | 3 | -17/+126 |
* | Documentation. | James Moger | 2011-08-26 | 2 | -1/+28 |
* | Launch H2 and HSQL servers in test suite and include tcp benchmarks. | James Moger | 2011-08-17 | 1 | -1/+1 |
* | Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0 | James Moger | 2011-08-17 | 5 | -11/+27 |
* | Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T) | James Moger | 2011-08-16 | 3 | -8/+11 |
* | Prepare 0.6.6 release.v0.6.6 | James Moger | 2011-08-15 | 1 | -1/+1 |
* | Improving performance documentation. | James Moger | 2011-08-15 | 1 | -1/+1 |
* | Added Derby dialect. Finished HSQL dialect. Documentation. | James Moger | 2011-08-15 | 6 | -29/+58 |
* | Fixed bug in delete() and update() where primary key is a primitive.v0.6.5 | James Moger | 2011-08-12 | 1 | -2/+6 |
* | Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4 | James Moger | 2011-08-12 | 4 | -8/+15 |
* | Renamed @IQTable.createIfRequired to @IQTable.create | James Moger | 2011-08-12 | 1 | -0/+1 |
* | Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert. | James Moger | 2011-08-12 | 3 | -5/+19 |
* | Full primitives support. | James Moger | 2011-08-12 | 2 | -90/+37 |
* | Documentation. Added another unmapped field case. | James Moger | 2011-08-11 | 4 | -7/+9 |
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 4 | -11/+19 |
* | Moved dialects back to main package. Registered MySQL dialect. | James Moger | 2011-08-10 | 2 | -1/+4 |
* | All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullable | James Moger | 2011-08-09 | 2 | -2/+5 |
* | IQTable.primaryKey is now an array. Default values from objects. | James Moger | 2011-08-09 | 4 | -2/+44 |
* | Documentation. Moved dialects into separate package. | James Moger | 2011-08-08 | 1 | -0/+1 |
* | Documentation. EnumType default is NAME. | James Moger | 2011-08-08 | 4 | -22/+91 |
* | Documentation. | James Moger | 2011-08-05 | 1 | -0/+1 |
* | Documentation. Don't double-wrap IciqlException. | James Moger | 2011-08-05 | 1 | -3/+3 |