summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-143-35/+55
|\|
| * 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
| * 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-1811-11/+11
* Fix QSqlQuery test in relation to PSQL supportAndy Shaw2012-12-222-14/+28
* 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
* 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-191-2/+2
* QSqlQuery::value string overloadThiago A. Correa2012-10-081-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-229-216/+216
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-018-0/+8
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-1/+27
* 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
* 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
* Expand QtSql tests covering boundValues and boundValueNameMatt Newell2012-03-311-12/+75
* Fix postgres notification support in the QPSQLDriver.Matt Newell2012-03-301-6/+5
* Allow named bind values to be used multiple times per queryMatt Newell2012-03-301-4/+18
* Fix compilation of tst_QSqlThread: no need to use QBasicAtomicInt hereThiago Macieira2012-03-241-1/+1
* Make tst_qsql.cpp independent of QtWidgetsDebao Zhang2012-03-112-3/+3
* Improve type detection for query resultsAndy Shaw2012-03-071-0/+118
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-032-1/+31
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-309-9/+9
* Update contact information in license headers.Jason McDonald2012-01-239-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-059-9/+9
* Check driver validity before using itHonglei Zhang2011-12-121-2/+7
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-067-25/+0
* Fix tst_qsql crashes on Mac OS XHonglei Zhang2011-12-022-13/+15
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+49
* SQLite support only one statement at a timeHonglei Zhang2011-11-231-0/+47
* Re-enable the sql autotests on Mac OS XBradley T. Hughes2011-11-211-0/+1
* Fix QtSQL auto test server addressesHonglei Zhang2011-10-251-2/+8
* all remaining tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-257-14/+21
* test: Split `qsqlquery' unit and benchmark testSergio Ahumada2011-10-232-39/+4