summaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Iciql.java
Commit message (Expand)AuthorAgeFilesLines
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-301-3/+10
* Launch H2 and HSQL servers in test suite and include tcp benchmarks.James Moger2011-08-171-1/+1
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-3/+4
* Always enforce strict type mapping.James Moger2011-08-121-7/+0
* Renamed @IQTable.createIfRequired to @IQTable.createJames Moger2011-08-121-1/+1
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-6/+18
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-091-2/+2
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-22/+47
* Documentation. EnumType default is NAME. James Moger2011-08-081-14/+39
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-051-13/+18
* Customizable enumId() mapping (issue 2)James Moger2011-08-041-5/+30
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-041-2/+50
* Overhauling annotations.James Moger2011-08-041-47/+38
* Initial commit of iciql.James Moger2011-08-031-0/+383