Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -55/+0 |
| | |||||
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullable | James Moger | 2011-08-09 | 1 | -7/+7 |
| | |||||
* | 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. | ||||
* | Important fix to _iq_versions create mechanism to work with H2 1.3.158+v0.6.1 | James Moger | 2011-08-05 | 1 | -2/+2 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+55 |