summaryrefslogtreecommitdiffstats
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Updated documentationJames Moger2015-05-111-2/+2
|
* Implement DAO externalized statement loading based on runtime ModeJames Moger2014-11-101-1/+1
|
* Implement Dao proxy generation with annotated sql statement executionJames Moger2014-11-091-1/+1
| | | | This functionality is inspired by JDBI but is not based on it's implementation.
* Add support for SQLite 3.8.7James Moger2014-11-031-2/+4
|
* Update dependenciesJames Moger2014-10-221-6/+6
|
* Updated unit-tested databasesJames Moger2012-08-201-4/+4
|
* Updated readme markdown with H2 and HSQL updated infoJames Moger2011-12-021-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-5/+2
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-5/+11
| | | | | | | | | | * 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. Added another unmapped field case.James Moger2011-08-111-3/+3
|
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-2/+2
| | | | | | | | | 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-0/+1
|
* Documentation.James Moger2011-08-041-20/+20
|
* Documentation.James Moger2011-08-031-4/+4
|
* Initial commit of iciql.James Moger2011-08-031-0/+45