summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-3/+3
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-031-24/+26
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-0/+49
* Disable warnings for tests using QSqlQuery assignmentVolker Hilsheimer2021-04-111-0/+6
* QSqlQuery: make it a move only typeGiuseppe D'Angelo2021-03-211-1/+1
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-021-1/+1
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-141-0/+35
* 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-0716-97/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2214-14/+21
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-175-243/+243
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-6/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2313-13/+13
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+22
* Interbase: Add support for the boolean typeAndy Shaw2020-09-112-4/+9
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-4/+4
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-0/+29
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-0/+10
* Interbase: Fix tests when running against FirebirdAndy Shaw2020-08-236-61/+125
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-156-128/+128
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-1/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-1/+0
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-091-0/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0913-13/+13
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-016-13/+55
* Use QList instead of QVector in sql testsJarek Kobus2020-06-252-15/+11
* Change boundValues() to return a QVariantListAndy Shaw2020-06-221-41/+43
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-8/+31
* QSqlError: Remove deprecated methodsMarcel Krems2020-04-061-80/+0
* tst_sqlquery: Skip datetime test if no database drivers are availableLeander Beernaert2020-03-231-0/+3
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-0/+22
|\
| * QMySQL: return QVariant::ByteArray for POINT columnChristian Ehrlicher2020-03-151-0/+22
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-1410-30/+19
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-1210-30/+19
* | | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-131-1/+1
|/ /
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-39/+36
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-39/+36
| |\
| | * tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-103/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-14/+13
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-14/+13
| | |\
| | | * QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-151-14/+13
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-181-90/+0
| |\| |
| | * | tst_QSqlQuery: remove tests commented out a long time agoChristian Ehrlicher2019-10-161-90/+0
* | | | Regenerate tests/auto/sqlAlexandru Croitor2019-11-1313-13/+136
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-59/+24
|\| | |
| * | | QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-122-33/+0
| * | | QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-26/+24
| |/ /