Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Full primitives support. | James Moger | 2011-08-12 | 1 | -7/+286 |
| | |||||
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -21/+15 |
| | | | | | | | | | 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. | ||||
* | Fixed first enum constant special case. (issue 4) | James Moger | 2011-08-08 | 1 | -0/+9 |
| | |||||
* | Refinement to BETWEEN to feel more like the rest of the API. | James Moger | 2011-08-08 | 1 | -6/+15 |
| | |||||
* | Quick implementation of BETWEEN, IS NULL, and IS NOT NULL. | James Moger | 2011-08-07 | 1 | -1/+25 |
| | |||||
* | Finished enum query support (issue 4) | James Moger | 2011-08-07 | 1 | -9/+20 |
| | |||||
* | Documentation. Don't double-wrap IciqlException. | James Moger | 2011-08-05 | 1 | -0/+2 |
| | |||||
* | Simplified annotations. Interchangeable int-boolean runtime mapping. | James Moger | 2011-08-05 | 1 | -0/+1 |
| | |||||
* | BLOB support (issue 1) and Enum support (issue 2). Documentation. | James Moger | 2011-08-04 | 1 | -0/+3 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+451 |