Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 2 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixes to get some MS Sql Server tests running again + new db definitions. | Bill King | 2009-06-16 | 2 | -1/+10 |
| | |||||
* | BT Revert "Fix the behaviour of sql classes regarding quoted identifiers" | Bill King | 2009-06-15 | 1 | -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 query | Bill King | 2009-05-07 | 1 | -4/+15 |
| | | | | Task-number: 246808 | ||||
* | Miscellaneous cleanups for Sql tests. | Bill King | 2009-04-19 | 1 | -12/+31 |
| | |||||
* | Fix the behaviour of sql classes regarding quoted identifiers | abcd | 2009-04-15 | 1 | -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 off | Bill King | 2009-04-06 | 1 | -0/+2 |
| | |||||
* | Fixes: QSqlTableModel does not handle updates when one of the fields has | Bill King | 2009-04-06 | 1 | -0/+28 |
| | | | | | | a NULL value Task-number: 189093 | ||||
* | Cleanup and minor fixes of db testcase support code | Bill King | 2009-04-02 | 1 | -20/+19 |
| | |||||
* | DB Autotest cleanup | Bill King | 2009-04-01 | 1 | -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 zone | Bill King | 2009-03-31 | 1 | -3/+37 |
| | | | | | | | | | offsets not handled correctly Now also removes negative timestamps. Task-number: 249059 Reviewed-by: Justin McPherson | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 5 | -0/+2794 |