aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Update to SQLite-jdbc 3.8.9 and improve the testsuiteJames Moger2015-04-301-1/+1
|
* Update to H2 1.4.187James Moger2015-04-221-1/+1
|
* Added Derby tcp testJames Moger2015-04-101-0/+2
|
* Update to H2 1.4.186, SLF4j 1.7.12, XStream 1.48, SnakeYAML 1.15James Moger2015-04-101-6/+6
|
* Revise built-in type adapter class names again, add Yaml type adapterJames Moger2014-11-101-0/+1
|
* Moved data type adapters into separate package, added gson and xstreamJames Moger2014-11-091-0/+5
|
* Add support for SQLite 3.8.7James Moger2014-11-031-0/+1
|
* Update dependenciesJames Moger2014-10-221-5/+5
|
* Update to Moxie 0.9.2James Moger2014-06-101-2/+2
|
* Conform to Apache standard directory layoutJames Moger2013-03-081-2/+2
|
* Mostly complete migration of build script to MoxieJames Moger2013-03-081-43/+18
|
* Updated unit-tested databasesJames Moger2012-08-201-5/+5
|
* Updated H2 1.3.162 and HSQL 2.2.6v0.7.2James Moger2011-11-301-6/+6
|
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-171-0/+6
|
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-171-0/+1
|
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-161-0/+1
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-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 Moger2011-08-111-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 Moger2011-08-031-0/+33