summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldatabase/tst_databases.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of db test cases.Bill King2009-06-231-2/+12
| | | | | Mostly cleanup of dropping of tables to a consistent place. Also enable itemmodel tests.
* Fix the behaviour of sql classes regarding quoted identifiersBill King2009-06-221-18/+16
| | | | | | | | | | | | | If no quotes around identifiers are provided by the programmer, identifiers are treated identically to how the underlying engine would behave. i.e. some engines uppercase the identifiers others lowercase them. If the programmer wants case sensitivty and/or use whitespaces they will need to quote their identifiers. The previous (incorrect) behaviour always quoted the identifiers. Originally committed to 4.5, but removed due to BC concerns, this is a reintegration into mainline for inclusion in 4.6 Reviewed-by: Bill King
* Stage 2 of incorporating database level precision policy.Bill King2009-06-211-4/+4
| | | | All autotests pass now for all databases except DB2 (untested).
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Fixes to get some MS Sql Server tests running again + new db definitions.Bill King2009-06-161-1/+7
|
* BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-151-11/+8
| | | | | This reverts commit bb7bddc47dd0748b45d22180d9e3c8e5209010b3 due to forward binary compatibility issues in a point release.
* Miscellaneous cleanups for Sql tests.Bill King2009-04-191-12/+31
|
* Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-151-18/+19
| | | | | | | | | | | If no quotes around identifiers are provided by the programmer, identifiers are treated identically to how the underlying engine would behave. i.e. some engines uppercase the identifiers others lowercase them. If the programmer wants case sensitivty and/or use whitespaces they will need to quote their identifiers. The previous (incorrect) behaviour always quoted the identifiers. Reviewed-by: Bill King
* Cleanup and minor fixes of db testcase support codeBill King2009-04-021-20/+19
|
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+454