aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Iciql.java
Commit message (Expand)AuthorAgeFilesLines
* Fix encodings on some source files and confirm by compiling as UTF-8James Moger2013-01-221-1/+1
* add foreign key constraint annotationbartolomiew2012-10-121-0/+155
* Support for read-only views (issue 8)James Moger2012-09-251-0/+61
* Corrected performance regression. Tweaked dynamic query results.v0.7.5James Moger2011-12-131-11/+0
* Columns mapped by name in result set instead of index. Disallow multipleJames Moger2011-12-091-0/+11
* 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