Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -206/+0 |
| | |||||
* | Fix encodings on some source files and confirm by compiling as UTF-8 | James Moger | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | add foreign key constraint annotation | bartolomiew | 2012-10-12 | 1 | -3/+46 |
| | | | | add unique constraint annotation fix small bug in build.xml for java source destination | ||||
* | Support for read-only views (issue 8) | James Moger | 2012-09-25 | 1 | -0/+26 |
| | |||||
* | Added methods to generate static, reusable, parameterized sql statements | James Moger | 2012-01-04 | 1 | -0/+9 |
| | |||||
* | Launch H2 and HSQL servers in test suite and include tcp benchmarks. | James Moger | 2011-08-17 | 1 | -21/+0 |
| | |||||
* | Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T) | James Moger | 2011-08-16 | 1 | -0/+16 |
| | |||||
* | Added Derby dialect. Finished HSQL dialect. Documentation. | James Moger | 2011-08-15 | 1 | -12/+19 |
| | | | | | | | | | | * 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 | -11/+14 |
| | | | | | | | | | 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. | ||||
* | Dialect refinements. | James Moger | 2011-08-10 | 1 | -10/+23 |
| | |||||
* | Documentation. Moved dialects into separate package. | James Moger | 2011-08-08 | 1 | -126/+0 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+236 |