aboutsummaryrefslogtreecommitdiffstats
path: root/tests/com/iciql/test/IciqlSuite.java
Commit message (Collapse)AuthorAgeFilesLines
* Conform to Apache standard directory layoutJames Moger2013-03-081-614/+0
|
* Fix encodings on some source files and confirm by compiling as UTF-8James Moger2013-01-221-1/+1
|
* Allows to gain full control of transactionsbartolomiew2012-11-021-2/+2
|
* Cleanup stray tables & views for each testJames Moger2012-10-151-0/+7
|
* add foreign key constraint annotationbartolomiew2012-10-121-1/+2
| | | | 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-1/+11
|
* Fixed join into custom type of primitivesv0.7.3James Moger2011-12-061-0/+2
|
* Fixed joins on primitivesJames Moger2011-12-051-1/+2
|
* Launch H2 and HSQL servers in test suite and include tcp benchmarks.James Moger2011-08-171-20/+74
|
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-171-66/+135
|
* Added support for PostgreSQL. Passes all but the boolean-as-int tests.James Moger2011-08-171-2/+8
|
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-161-35/+114
|
* Prepare 0.6.6 release.v0.6.6James Moger2011-08-151-16/+28
|
* Improving performance documentation.James Moger2011-08-151-7/+62
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-23/+220
| | | | | | | | | | * 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.
* Restructured test suite to run against multiple databases.James Moger2011-08-111-4/+88
|
* Fixed first enum constant special case. (issue 4)James Moger2011-08-081-2/+3
|
* Fully support H2 UUID type. Cleanup imports for generated models.James Moger2011-08-081-2/+2
|
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-051-2/+2
|
* Initial commit of iciql.James Moger2011-08-031-0/+36