summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqldatabase
Commit message (Expand)AuthorAgeFilesLines
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher12 days1-0/+29
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-081-1/+3
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* SQL/Tests: make sure created procedures are cleaned up on exitChristian Ehrlicher2023-04-152-22/+42
* SQL/Tests: use TableScope where possibleChristian Ehrlicher2023-04-071-99/+77
* QtSql: don't use deprecated QSqlDatabase::exec in testVolker Hilsheimer2023-04-071-1/+2
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-241-0/+13
* SQL/Tests: Cleanup of tst_databases.hChristian Ehrlicher2023-03-171-106/+73
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-171-20/+27
* SQL/OCI: add maximumIdentifierLength()Christian Ehrlicher2023-03-171-8/+5
* SQL/Tests: Cleanup tst_QSqlDatabaseChristian Ehrlicher2023-03-171-35/+16
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-122-38/+52
* SQL/Tests: remove usage of 'foreach'Christian Ehrlicher2023-03-091-32/+29
* SQL/Tests: remove some unused functionsChristian Ehrlicher2023-03-062-32/+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-202-5/+4
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* SQL: more documentation and test cleanupsChristian Ehrlicher2023-01-061-27/+0
* SQL: remove unneeded test functionsChristian Ehrlicher2022-12-222-103/+31
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-6/+6
* SQL/Tests: fix tst_qsqldatabase::caseSensivity() for MySQL on linuxChristian Ehrlicher2022-10-241-10/+17
* tst_QSql*/sqlite: Don't use random output in the datatagsMårten Nordheim2022-10-181-1/+9
* SQL/tests: fix tst_qsqlqueryChristian Ehrlicher2022-10-161-0/+16
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+7
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-146/+146
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Interbase: Add support for the boolean typeAndy Shaw2020-09-111-0/+1
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-232-18/+41
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-33/+33
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* Regenerate tests/auto/sqlAlexandru Croitor2019-11-131-1/+10
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-38/+24
|\
| * QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-12/+0
| * QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-26/+24
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-8/+9
|\|
| * test: migrate QSqlDatabase test to QRegularExpressionSamuel Gaist2019-07-292-8/+9
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-52/+84
|\|
| * 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