summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldatabase
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers.Jason McDonald2009-08-112-2/+2
| | | | Reviewed-by: Trust Me
* Get more database tests working/passing.Bill King2009-08-052-4/+18
|
* Fix more database autotests.Bill King2009-08-031-2/+2
|
* Cleanup more SQL autotest failures.Bill King2009-07-082-1/+19
|
* Fix up two more qsqldatabase autotests.Bill King2009-07-031-1/+8
|
* Get more autotests passing/fixed up.Bill King2009-07-021-2/+12
|
* These database connections need this parameter to work properly.Bill King2009-06-241-2/+2
|
* Update license headers as requested by the marketing department.Jason McDonald2009-06-162-4/+4
| | | | Reviewed-by: Trust Me
* Fixes to get some MS Sql Server tests running again + new db definitions.Bill King2009-06-162-1/+10
|
* 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.
* Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-071-4/+15
| | | | Task-number: 246808
* 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