Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -12/+4 |
| | | | | | | | | | 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 | -4/+41 |
| | | | | Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release. | ||||
* | Do not generate primitive mappings. Prepare v0.6.3 release.v0.6.3 | James Moger | 2011-08-08 | 1 | -1/+6 |
| | |||||
* | Documentation. EnumType default is NAME. | James Moger | 2011-08-08 | 1 | -7/+6 |
| | |||||
* | Fully support H2 UUID type. Cleanup imports for generated models. | James Moger | 2011-08-08 | 1 | -0/+2 |
| | |||||
* | Partial primitives support: insert, update, and select but NOT where. | James Moger | 2011-08-08 | 1 | -0/+9 |
| | |||||
* | Customizable enumId() mapping (issue 2) | James Moger | 2011-08-04 | 1 | -0/+1 |
| | |||||
* | BLOB support (issue 1) and Enum support (issue 2). Documentation. | James Moger | 2011-08-04 | 1 | -8/+30 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+324 |