Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation | James Moger | 2015-05-11 | 1 | -2/+2 |
| | |||||
* | Implement DAO externalized statement loading based on runtime Mode | James Moger | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Implement Dao proxy generation with annotated sql statement execution | James Moger | 2014-11-09 | 1 | -1/+1 |
| | | | | This functionality is inspired by JDBI but is not based on it's implementation. | ||||
* | Add support for SQLite 3.8.7 | James Moger | 2014-11-03 | 1 | -2/+4 |
| | |||||
* | Update dependencies | James Moger | 2014-10-22 | 1 | -6/+6 |
| | |||||
* | Updated unit-tested databases | James Moger | 2012-08-20 | 1 | -4/+4 |
| | |||||
* | Updated readme markdown with H2 and HSQL updated info | James Moger | 2011-12-02 | 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 | -5/+2 |
| | |||||
* | Added Derby dialect. Finished HSQL dialect. Documentation. | James Moger | 2011-08-15 | 1 | -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 Moger | 2011-08-11 | 1 | -3/+3 |
| | |||||
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -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 Moger | 2011-08-10 | 1 | -0/+1 |
| | |||||
* | Documentation. | James Moger | 2011-08-04 | 1 | -20/+20 |
| | |||||
* | Documentation. | James Moger | 2011-08-03 | 1 | -4/+4 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+45 |