Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IndexValidation was broken for single-indexes or non-standard indexes.v0.6.2 | James Moger | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Simplified annotations. Interchangeable int-boolean runtime mapping. | James Moger | 2011-08-05 | 8 | -12/+213 |
| | |||||
* | Customizable enumId() mapping (issue 2) | James Moger | 2011-08-04 | 2 | -5/+24 |
| | |||||
* | BLOB support (issue 1) and Enum support (issue 2). Documentation. | James Moger | 2011-08-04 | 3 | -3/+66 |
| | |||||
* | Overhauling annotations. | James Moger | 2011-08-04 | 5 | -13/+27 |
| | | | | | | | | * @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 Moger | 2011-08-03 | 19 | -0/+2134 |