summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-75/+73
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-182-0/+39
|\
| * QSqlResult: fix parsing of bound SQL statementsIsrael Lins2013-02-152-0/+39
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-144-35/+283
|\|
| * QSqlQuery tests: fix create table failuresMark Brand2013-02-121-7/+16
| * QSqlQuery tests: fix bool test for postgresqlMark Brand2013-02-121-4/+6
| * QSqlQuery tests: fix mysql problemsMark Brand2013-02-121-5/+14
| * fix QSqlTableModel:revert() for OnFieldChangeMark Brand2013-02-091-0/+79
| * QSqlTableModel: support refreshing inserted rows with auto columnsMark Brand2013-02-061-0/+68
| * QSqlTableModel::setData(): fix non-change detectionMark Brand2013-02-061-0/+73
| * fix QSqlTableModel::headerData() for empty query with inserted rowMark Brand2013-02-061-0/+8
| * QSqlError test: Fix isValid()-check for constructed QSqlError.Marcel Krems2013-02-041-1/+1
| * tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-18/+18
* | Fix warning about unhandled enumeration values in tst_sqldriver.Friedemann Kleint2013-01-281-0/+2
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1814-14/+14
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-032-2/+0
* Fix QSqlQuery test in relation to PSQL supportAndy Shaw2012-12-222-14/+28
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Fix some typosSergio Ahumada2012-12-211-1/+1
* SQL: Fix autotests for MinGWKai Koehne2012-12-142-0/+4
* SQL: Change in QSqlResultPrivate::positionalToNamedBinding()Caroline Chao2012-12-104-0/+177
* Remove warnings from qtbase.Mitch Curtis2012-11-211-0/+1
* Fix error reporting in TDS SQL driver.Aaron McCarthy2012-11-181-0/+32
* fix binding of bool type in mysql driverMark Brand2012-11-091-0/+35
* normalise signal/slot signatures [QtSql tests]Marc Mutz2012-10-193-12/+12
* QSqlQuery::value string overloadThiago A. Correa2012-10-081-0/+1
* QSqlTableModel::selectRow(): don't expand cache if there is no changeMark Brand2012-10-052-2/+21
* QSqlTableModel: record(row) must use virtual data()Mark Brand2012-10-051-0/+41
* QSqlTableModel: restore use of virtual setData() in setRecord()Mark Brand2012-10-051-9/+48
* QSqlTableModel: don't cache unchanged value in setData()Mark Brand2012-10-051-0/+8
* QSqlTableModel: fix segfault when overriding selectRow()Mark Brand2012-10-051-0/+49
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* QSqlTableModel::selectRow(): fix failure on uncached rowsMark Brand2012-09-241-0/+45
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2212-288/+288
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* QSqlQueryModel: fix nested beginResetModel/endResetModelMark Brand2012-08-301-0/+57
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0111-0/+11
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-1/+27
* Make sql autotests build without widgetsKent Hansen2012-06-071-0/+2
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-285-0/+5
* Fix encoding mismatches in tst_QSqlQueryThiago Macieira2012-05-071-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-2/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-022-2/+2
* QSqlQueryModel::setQuery() don't use deprecated reset()Mark Brand2012-04-232-74/+34
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-0/+32
* fix QSqlQuery ODBC auto testsMark Brand2012-04-171-8/+22
* QTBUG-1363: fix QSqlField.length() for ODBCMark Brand2012-04-131-0/+4
* Convert Boolean value into integerHonglei Zhang2012-04-021-0/+61
* Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-311-4/+6