aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/DbVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* Conform to Apache standard directory layoutJames Moger2013-03-081-55/+0
|
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-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.nullableJames Moger2011-08-091-7/+7
|
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-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.1James Moger2011-08-051-2/+2
|
* Initial commit of iciql.James Moger2011-08-031-0/+55