aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Query.java
Commit message (Expand)AuthorAgeFilesLines
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-21/+15
* 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