summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* PSQL: Fix the QSqlDatabase testAndy Shaw2021-01-071-5/+15
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-146/+146
* Interbase: Add support for the boolean typeAndy Shaw2020-09-111-0/+1
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-231-11/+30
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-33/+33
* QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-12/+0
* QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-26/+24
* test: migrate QSqlDatabase test to QRegularExpressionSamuel Gaist2019-07-291-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+1
|\
| * Fix a couple of SQL testsAndy Shaw2019-02-191-1/+1
* | Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-44/+66
* | Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threadsAndy Shaw2018-12-231-0/+10
* | SQLite: enable json1 extensionChristian Ehrlicher2018-10-031-0/+27
|/
* sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-0/+18
* 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