summaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Iciql.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | * @IQSchema(name="public") -> @IQSchema("public") * @IQDatabase(version=2) -> @IQVersion(2) * @IQTable(version=2) -> @IQVersion(2) * @IQIndex annotation simplified to be used for one index definition and expanded to specify index name * added @IQIndexes annotation to specify multiple IQIndex annotations
* Initial commit of iciql.James Moger2011-08-031-0/+383