summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher14 days1-0/+29
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* SQL/Tests: make sure created procedures are cleaned up on exitChristian Ehrlicher2023-04-151-22/+14
* SQL/Tests: use TableScope where possibleChristian Ehrlicher2023-04-071-99/+77
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-171-20/+27
* SQL/Tests: Cleanup tst_QSqlDatabaseChristian Ehrlicher2023-03-171-35/+16
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-121-27/+23
* SQL/Tests: remove some unused functionsChristian Ehrlicher2023-03-061-6/+0
* tst_QSqlDatabase: avoid some runtime warningsChristian Ehrlicher2023-03-021-2/+7
* SQL tests: remove unused testsChristian Ehrlicher2023-02-201-71/+0
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-201-3/+2
* SQL: more documentation and test cleanupsChristian Ehrlicher2023-01-061-27/+0
* SQL: remove unneeded test functionsChristian Ehrlicher2022-12-221-53/+23
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* SQL/Tests: fix tst_qsqldatabase::caseSensivity() for MySQL on linuxChristian Ehrlicher2022-10-241-10/+17
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-101-0/+37
* PSQL: Fix the QSqlDatabase testAndy Shaw2021-01-071-5/+15
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* 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
| |\