Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -63/+0 |
| | |||||
* | Mostly complete migration of build script to Moxie | James Moger | 2013-03-08 | 1 | -16/+10 |
| | |||||
* | Documentation | James Moger | 2012-09-18 | 1 | -2/+0 |
| | |||||
* | Updated unit-tested databases | James Moger | 2012-08-20 | 1 | -3/+5 |
| | |||||
* | Prepare 1.0.0 releasev1.0.0 | James Moger | 2012-07-14 | 1 | -2/+0 |
| | |||||
* | Updated H2 1.3.162 and HSQL 2.2.6v0.7.2 | James Moger | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0 | James Moger | 2011-08-17 | 1 | -0/+1 |
| | |||||
* | Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T) | James Moger | 2011-08-16 | 1 | -4/+2 |
| | |||||
* | Added Derby dialect. Finished HSQL dialect. Documentation. | James Moger | 2011-08-15 | 1 | -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.4 | James Moger | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | Documentation. Added another unmapped field case. | James Moger | 2011-08-11 | 1 | -2/+3 |
| | |||||
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -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 Moger | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | IQTable.primaryKey is now an array. Default values from objects. | James Moger | 2011-08-09 | 1 | -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 Moger | 2011-08-03 | 1 | -0/+65 |