summaryrefslogtreecommitdiffstats
path: root/src/com/iciql/SQLStatement.java
Commit message (Collapse)AuthorAgeFilesLines
* Conform to Apache standard directory layoutJames Moger2013-03-081-190/+0
|
* Support for read-only views (issue 8)James Moger2012-09-251-0/+12
|
* Use savepoints for all bulk ops (insert all, update all, delete all)James Moger2012-08-201-1/+1
|
* Added methods to generate static, reusable, parameterized sql statementsJames Moger2012-01-041-0/+41
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-1/+8
| | | | | | | | | | * Improved DEFAULT value specifications. * Fixed bug in buildObjects where the ResultSet could be closed by the automatic create table attempt. * DbInspector now uses the dialect's reported DATETIME class preference. * Improved IciqlException SQLState code checks. * Integrated LIMIT and OFFSET expression appending in dialects. * Updated to H2 1.3.159 * Allow reopening of a memory database in the test suite.
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-7/+9
| | | | | | | | | 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.
* Dialect refinements.James Moger2011-08-101-2/+2
|
* Finished enum query support (issue 4)James Moger2011-08-071-1/+1
|
* Initial commit of iciql.James Moger2011-08-031-0/+128