summaryrefslogtreecommitdiffstats
path: root/tests/com/iciql/test/DefaultValuesTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-1/+1
| | | | | | | | | | * 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.
* Restructured test suite to run against multiple databases.James Moger2011-08-111-1/+1
|
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-0/+61
Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release.