Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to SQLite-jdbc 3.8.9 and improve the testsuite | James Moger | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Update to H2 1.4.187 | James Moger | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | Added Derby tcp test | James Moger | 2015-04-10 | 1 | -0/+2 |
| | |||||
* | Update to H2 1.4.186, SLF4j 1.7.12, XStream 1.48, SnakeYAML 1.15 | James Moger | 2015-04-10 | 1 | -6/+6 |
| | |||||
* | Revise built-in type adapter class names again, add Yaml type adapter | James Moger | 2014-11-10 | 1 | -0/+1 |
| | |||||
* | Moved data type adapters into separate package, added gson and xstream | James Moger | 2014-11-09 | 1 | -0/+5 |
| | |||||
* | Add support for SQLite 3.8.7 | James Moger | 2014-11-03 | 1 | -0/+1 |
| | |||||
* | Update dependencies | James Moger | 2014-10-22 | 1 | -5/+5 |
| | |||||
* | Update to Moxie 0.9.2 | James Moger | 2014-06-10 | 1 | -2/+2 |
| | |||||
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -2/+2 |
| | |||||
* | Mostly complete migration of build script to Moxie | James Moger | 2013-03-08 | 1 | -43/+18 |
| | |||||
* | Updated unit-tested databases | James Moger | 2012-08-20 | 1 | -5/+5 |
| | |||||
* | Updated H2 1.3.162 and HSQL 2.2.6v0.7.2 | James Moger | 2011-11-30 | 1 | -6/+6 |
| | |||||
* | Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0 | James Moger | 2011-08-17 | 1 | -0/+6 |
| | |||||
* | Added support for PostgreSQL. Passes all but the boolean-as-int tests. | 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 | -0/+1 |
| | |||||
* | Added Derby dialect. Finished HSQL dialect. Documentation. | James Moger | 2011-08-15 | 1 | -5/+6 |
| | | | | | | | | | | * 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 Moger | 2011-08-11 | 1 | -0/+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. | ||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+33 |