Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 4 | -11/+19 |
| | | | | | | | | | 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. | ||||
* | Moved dialects back to main package. Registered MySQL dialect. | James Moger | 2011-08-10 | 2 | -1/+4 |
| | |||||
* | All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullable | James Moger | 2011-08-09 | 2 | -2/+5 |
| | |||||
* | IQTable.primaryKey is now an array. Default values from objects. | James Moger | 2011-08-09 | 4 | -2/+44 |
| | | | | Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release. | ||||
* | Documentation. Moved dialects into separate package. | James Moger | 2011-08-08 | 1 | -0/+1 |
| | |||||
* | Documentation. EnumType default is NAME. | James Moger | 2011-08-08 | 4 | -22/+91 |
| | |||||
* | Documentation. | James Moger | 2011-08-05 | 1 | -0/+1 |
| | |||||
* | Documentation. Don't double-wrap IciqlException. | James Moger | 2011-08-05 | 1 | -3/+3 |
| | |||||
* | Simplified annotations. Interchangeable int-boolean runtime mapping. | James Moger | 2011-08-05 | 2 | -7/+11 |
| | |||||
* | Customizable enumId() mapping (issue 2) | James Moger | 2011-08-04 | 1 | -2/+8 |
| | |||||
* | BLOB support (issue 1) and Enum support (issue 2). Documentation. | James Moger | 2011-08-04 | 2 | -1/+18 |
| | |||||
* | Overhauling annotations. | James Moger | 2011-08-04 | 3 | -10/+23 |
| | | | | | | | | * @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 | ||||
* | Documentation.v0.5.0 | James Moger | 2011-08-03 | 2 | -0/+3 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 20 | -0/+1086 |