summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldatabase
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make compile when Qt3Support is turned offBill King2009-04-061-0/+2
|
* Fixes: QSqlTableModel does not handle updates when one of the fields hasBill King2009-04-061-0/+28
| | | | | | a NULL value Task-number: 189093
* Cleanup and minor fixes of db testcase support codeBill King2009-04-021-20/+19
|
* DB Autotest cleanupBill King2009-04-011-120/+38
| | | | | | Make db autotest data set generation more consistent, slightly faster. Also, add ability to easily generate a set of a single databases entries worth of criteria to test.
* Fixes: QPSQL: datetime or time fields with negative time zoneBill King2009-03-311-3/+37
| | | | | | | | | offsets not handled correctly Now also removes negative timestamps. Task-number: 249059 Reviewed-by: Justin McPherson
* Long live Qt 4.5!Lars Knoll2009-03-235-0/+2794