summaryrefslogtreecommitdiffstats
path: root/docs/03_performance.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Documentation.James Moger2011-08-261-1/+3
|
* Launch H2 and HSQL servers in test suite and include tcp benchmarks.James Moger2011-08-171-1/+1
|
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-171-1/+5
|
* Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)James Moger2011-08-161-1/+1
|
* Improving performance documentation.James Moger2011-08-151-1/+1
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-0/+16
* 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.