Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4 | James Moger | 2011-08-12 | 1 | -0/+1 |
| | |||||
* | Full primitives support. | James Moger | 2011-08-12 | 1 | -0/+4 |
| | |||||
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -6/+16 |
| | | | | | | | | | Moved CREATE TABLE and CREATE INDEX statement generation to the dialect. Added DECIMAL(length, scale) support. Improved automatic dialect detection. Unspecified length string is now CLOB instead of TEXT. Boolean now maps to BOOLEAN instead of BIT. Expressions on unmapped fields will throw an IciqlException. Improved exception reporting. | ||||
* | IQTable.primaryKey is now an array. Default values from objects. | James Moger | 2011-08-09 | 1 | -1/+1 |
| | | | | Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release. | ||||
* | Documentation. EnumType default is NAME. | James Moger | 2011-08-08 | 1 | -6/+2 |
| | |||||
* | Fully support H2 UUID type. Cleanup imports for generated models. | James Moger | 2011-08-08 | 1 | -0/+3 |
| | |||||
* | Partial primitives support: insert, update, and select but NOT where. | James Moger | 2011-08-08 | 1 | -15/+18 |
| | |||||
* | Finished enum query support (issue 4) | James Moger | 2011-08-07 | 1 | -0/+19 |
| | |||||
* | Simplified annotations. Interchangeable int-boolean runtime mapping. | James Moger | 2011-08-05 | 1 | -0/+16 |
| | |||||
* | Customizable enumId() mapping (issue 2) | James Moger | 2011-08-04 | 1 | -16/+29 |
| | |||||
* | BLOB support (issue 1) and Enum support (issue 2). Documentation. | James Moger | 2011-08-04 | 1 | -0/+111 |
| | |||||
* | Overhauling annotations. | James Moger | 2011-08-04 | 1 | -0/+8 |
| | | | | | | | | * @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 | 9 | -0/+1721 |