Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -5/+5 |
| | | | | | | | | | 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. | ||||
* | Documentation. EnumType default is NAME. | James Moger | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | Overhauling annotations. | James Moger | 2011-08-04 | 1 | -2/+2 |
| | | | | | | | | * @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 | 1 | -0/+29 |