summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-061-0/+3
* MySQL: Fix testsAndy Shaw2018-03-171-4/+4
* SQL/Postgres: Fix support for nan, inf and -infChristian Ehrlicher2018-03-071-0/+42
* Return an invalid QSqlDatabase when accessing from another threadAndy Shaw2018-01-021-0/+35
* Copy the numericalPrecisionPolicy when copying the QSqlDatabaseAndy Shaw2017-12-011-0/+31
* Remove code that refers to PostgreSQL 7.2 or olderAndy Shaw2017-12-011-5/+0
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-1/+1
|\
| * Fix psql_schemas testRobert Szefner2017-10-261-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-2/+2
|\|
| * Fix recordOCI() test to treat clob/nclob as QByteArrayAndy Shaw2017-09-181-2/+2
* | Use unique table name for the sqlite_enableRegexp testAndy Shaw2017-03-271-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+1
|\|
| * Deprecate QString::nullMarc Mutz2017-03-121-1/+1
* | REGEXP for SQLiteLorenz Haas2017-02-221-0/+31
|/
* Adding notification feature to SQLite driverKarim Pinter2016-04-211-0/+31
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+9
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-291-0/+9
| |\
| | * MySql: add failing connection testSamuel Gaist2016-01-271-0/+9
* | | Updated license headersJani Heikkinen2016-01-211-17/+12
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
|/ /
* / tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-15/+15
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-261-16/+16
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-53/+53
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Improve handling of temporary directories in SQL tests.Friedemann Kleint2014-04-041-2/+3
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-112/+112
* Cleanup the SQL testsAndy Shaw2013-04-251-89/+97
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-051-97/+96
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix error reporting in TDS SQL driver.Aaron McCarthy2012-11-181-0/+32
* normalise signal/slot signatures [QtSql tests]Marc Mutz2012-10-191-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-311-4/+6
* Fix postgres notification support in the QPSQLDriver.Matt Newell2012-03-301-6/+5
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-2/+0
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-26/+26
* Tidy qsqldatabase autotestJason McDonald2011-10-061-39/+18
* Moved sql autotests into new directory structureJo Asplin2011-09-061-0/+2218