aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/TableDefinition.java
Commit message (Expand)AuthorAgeFilesLines
* Conform to Apache standard directory layoutJames Moger2013-03-081-1233/+0
* Fix encodings on some source files and confirm by compiling as UTF-8James Moger2013-01-221-1/+1
* Allows to gain full control of transactionsbartolomiew2012-11-021-1/+5
* Fix name collissions on indexes, unique keys, and foreign keysJames Moger2012-10-151-7/+7
* Eliminate redundant methodsJames Moger2012-10-151-47/+4
* add foreign key constraint annotationbartolomiew2012-10-121-0/+241
* Fixed case-sensitivity bug on setting a compound primary key from an annotati...James Moger2012-09-271-1/+5
* Support for read-only views (issue 8)James Moger2012-09-251-2/+123
* Ensure that field definition of current class is used instead of identical fi...James Moger2012-09-251-1/+17
* Use savepoints for all bulk ops (insert all, update all, delete all)James Moger2012-08-201-0/+33
* Use the upgrade check to skip unnecessary table create statementsJames Moger2012-07-141-0/+3
* Generate SELECT T0.* type statementsv0.7.8James Moger2012-01-111-7/+23
* Disallow multiple instances of an enum within a model classJames Moger2012-01-041-1/+24
* Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6James Moger2011-12-211-1/+22
* Corrected performance regression. Tweaked dynamic query results.v0.7.5James Moger2011-12-131-20/+17
* Columns mapped by name in result set instead of index. Disallow multipleJames Moger2011-12-091-3/+65
* Fixed join into custom type of primitivesv0.7.3James Moger2011-12-061-2/+8
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-301-26/+68
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-171-7/+7
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-171-2/+2
* Refactoring.James Moger2011-08-161-29/+21
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-161-1/+2
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-8/+19
* Fixed bug in delete() and update() where primary key is a primitive.v0.6.5James Moger2011-08-121-9/+15
* Always enforce strict type mapping.James Moger2011-08-121-3/+1
* Renamed @IQTable.createIfRequired to @IQTable.createJames Moger2011-08-121-1/+1
* Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.James Moger2011-08-121-8/+24
* Full primitives support.James Moger2011-08-121-10/+2
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-73/+44
* Moved dialects back to main package. Registered MySQL dialect.James Moger2011-08-101-4/+4
* Dialect refinements.James Moger2011-08-101-32/+6
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-091-5/+5
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-41/+45
* Documentation. Moved dialects into separate package.James Moger2011-08-081-5/+5
* Documentation. EnumType default is NAME. James Moger2011-08-081-1/+2
* Finished enum query support (issue 4)James Moger2011-08-071-1/+1
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-051-2/+2
* Customizable enumId() mapping (issue 2)James Moger2011-08-041-1/+15
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-041-1/+37
* Overhauling annotations.James Moger2011-08-041-35/+37
* Initial commit of iciql.James Moger2011-08-031-0/+669