aboutsummaryrefslogtreecommitdiffstats
path: root/docs/00_index.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Updated H2 1.3.162 and HSQL 2.2.6v0.7.2James Moger2011-11-301-2/+2
|
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-171-0/+1
|
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-161-4/+2
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-4/+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.
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-121-1/+1
|
* Documentation. Added another unmapped field case.James Moger2011-08-111-2/+3
|
* 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.
* Moved dialects back to main package. Registered MySQL dialect.James Moger2011-08-101-1/+1
|
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-0/+2
| | | | Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release.
* Initial commit of iciql.James Moger2011-08-031-0/+65