summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqltablemodel
Commit message (Collapse)AuthorAgeFilesLines
* Fix qsqltablemodel autotestDerick Hawcroft2009-08-171-6/+7
| | | | | | test was broken Reviewed-by:Bill King
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Fix line endings.Alexis Menard2009-07-131-22/+22
|
* Fixes failure when table has null fields to updateBill King2009-07-131-0/+62
| | | | | | | Fixes an issue where too many parameters are bound when updating QSqlTableModel where the stored record has NULLs in it. Reviewed-by: Justin McPherson
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-151-10/+5
| | | | | This reverts commit bb7bddc47dd0748b45d22180d9e3c8e5209010b3 due to forward binary compatibility issues in a point release.
* Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-151-5/+10
| | | | | | | | | | | 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
* DB Autotest cleanupBill King2009-04-011-78/+89
| | | | | | 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.
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+929