aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Query.java
Commit message (Collapse)AuthorAgeFilesLines
* Full primitives support.James Moger2011-08-121-7/+286
|
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-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 Moger2011-08-081-0/+9
|
* Refinement to BETWEEN to feel more like the rest of the API.James Moger2011-08-081-6/+15
|
* Quick implementation of BETWEEN, IS NULL, and IS NOT NULL.James Moger2011-08-071-1/+25
|
* Finished enum query support (issue 4)James Moger2011-08-071-9/+20
|
* Documentation. Don't double-wrap IciqlException.James Moger2011-08-051-0/+2
|
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-051-0/+1
|
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-041-0/+3
|
* Initial commit of iciql.James Moger2011-08-031-0/+451