summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Conform to Apache standard directory layoutJames Moger2013-03-0820-1327/+0
* Mostly complete migration of build script to MoxieJames Moger2013-03-0820-397/+139
* Fixed case-sensitivity bug on setting a compound primary key from an annotati...James Moger2012-09-271-0/+1
* Support for read-only views (issue 8)James Moger2012-09-253-3/+63
* Support inheritance of IQVersion for DbUpgrader implementations (issue 10)James Moger2012-09-211-0/+1
* Fixed order of DEFAULT in create table statement (issue 11)James Moger2012-09-211-0/+1
* DocumentationJames Moger2012-09-182-2/+1
* Fixed password bug in model generator tool (issue 7)James Moger2012-09-181-0/+4
* Updated unit-tested databasesJames Moger2012-08-201-3/+5
* Use savepoints for all bulk ops (insert all, update all, delete all)James Moger2012-08-201-0/+4
* Prepare 1.0.0 releasev1.0.0James Moger2012-07-142-4/+0
* DocumentationJames Moger2012-07-141-1/+3
* Draft support for "where xxx in(select bbb from...)"James Moger2012-05-071-0/+5
* Fixed index out of bounds exception in parsing a default string valuev0.7.10James Moger2012-01-271-0/+4
* Added toParameter() to update/set commandsv0.7.9James Moger2012-01-242-0/+11
* Generate SELECT T0.* type statementsv0.7.8James Moger2012-01-111-0/+9
* Prepare 0.7.7 releasev0.7.7James Moger2012-01-052-0/+9
* Disallow multiple instances of an enum within a model classJames Moger2012-01-042-3/+15
* Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6James Moger2011-12-211-0/+4
* Corrected performance regression. Tweaked dynamic query results.v0.7.5James Moger2011-12-133-19/+7
* Columns mapped by name in result set instead of index. Disallow multipleJames Moger2011-12-094-4/+32
* Added alternative method signatures to avoid subtle varargs bugsJames Moger2011-12-081-2/+8
* Fixed join into custom type of primitivesv0.7.3James Moger2011-12-061-2/+4
* Improved fluent/type-safety of join statementsJames Moger2011-12-062-0/+9
* Fixed bug in primitive group by clausesJames Moger2011-12-061-0/+1
* Fixed joins on primitivesJames Moger2011-12-051-2/+6
* Updated H2 1.3.162 and HSQL 2.2.6v0.7.2James Moger2011-11-302-2/+4
* Generated models are now serializable.James Moger2011-09-021-2/+6
* Fixes to model generation. Fixes to default SQL dialect.James Moger2011-08-311-0/+2
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-303-17/+126
* Documentation.James Moger2011-08-262-1/+28
* Launch H2 and HSQL servers in test suite and include tcp benchmarks.James Moger2011-08-171-1/+1
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-175-11/+27
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-163-8/+11
* Prepare 0.6.6 release.v0.6.6James Moger2011-08-151-1/+1
* Improving performance documentation.James Moger2011-08-151-1/+1
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-156-29/+58
* Fixed bug in delete() and update() where primary key is a primitive.v0.6.5James Moger2011-08-121-2/+6
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-124-8/+15
* Renamed @IQTable.createIfRequired to @IQTable.createJames Moger2011-08-121-0/+1
* Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.James Moger2011-08-123-5/+19
* Full primitives support.James Moger2011-08-122-90/+37
* Documentation. Added another unmapped field case.James Moger2011-08-114-7/+9
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-114-11/+19
* Moved dialects back to main package. Registered MySQL dialect.James Moger2011-08-102-1/+4
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-092-2/+5
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-094-2/+44
* Documentation. Moved dialects into separate package.James Moger2011-08-081-0/+1
* Documentation. EnumType default is NAME. James Moger2011-08-084-22/+91
* Documentation.James Moger2011-08-051-0/+1