aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/SQLDialectDefault.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix encodings on some source files and confirm by compiling as UTF-8James Moger2013-01-221-1/+1
|
* add foreign key constraint annotationbartolomiew2012-10-121-0/+105
| | | | add unique constraint annotation fix small bug in build.xml for java source destination
* Support for read-only views (issue 8)James Moger2012-09-251-0/+51
|
* Fixed order of DEFAULT in create table statement (issue 11)James Moger2012-09-211-4/+4
|
* Added methods to generate static, reusable, parameterized sql statementsJames Moger2012-01-041-0/+20
|
* Fixes to model generation. Fixes to default SQL dialect.James Moger2011-08-311-6/+3
|
* Launch H2 and HSQL servers in test suite and include tcp benchmarks.James Moger2011-08-171-26/+7
|
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-171-0/+3
|
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-171-9/+80
|
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-161-1/+10
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-9/+23
| | | | | | | | | | * 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-4/+4
|
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-6/+101
| | | | | | | | | 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/+99