summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1615-405/+30
* Replace uses of _qba with _baSona Kurazyan2022-04-071-3/+3
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-20/+22
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-3/+3
* Add spaces round operators and at starts of comment textsEdward Welbourne2022-02-171-21/+21
* Purge stray spaces immediately inside parenthesesEdward Welbourne2022-02-171-961/+961
* Invert a condition to save a lot of indentationEdward Welbourne2022-02-171-38/+36
* tst_QSqlQuery: fix usage of QtTest macrosEdward Welbourne2022-02-171-90/+90
* tst_QSqlQuery coding style: split lots of long linesEdward Welbourne2022-02-171-30/+50
* tst_QSqlQuery coding style: clean up loopsEdward Welbourne2022-02-171-15/+13
* tst_QSqlQuery coding style: clean up commentsEdward Welbourne2022-02-171-92/+86
* tst_QSqlQuery coding style: use vertical spacing to group linesEdward Welbourne2022-02-171-80/+6
* tst_QSqlQuery coding style: clean up declarationsEdward Welbourne2022-02-171-55/+47
* Prefer QLatin1String::arg() over adding more than two stringsEdward Welbourne2022-02-171-407/+507
* Prefer u"..." and u"..."_qs over QStringLiteral() or QString("...")Edward Welbourne2022-02-171-101/+101
* Prefer QString::asprintf() over QString::arg when formatting numbersEdward Welbourne2022-02-171-5/+9
* Prefer QLatin1String::arg() over QString::arg() for ASCII literalsEdward Welbourne2022-02-171-45/+44
* tst_qsqlquery coding style: use braces correctlyEdward Welbourne2022-02-151-11/+13
* Prefer QString(count, character) over QString::fill()ingEdward Welbourne2022-02-151-8/+4
* Avoid repeated qTableName() calls by saving in local variablesEdward Welbourne2022-02-151-35/+45
* Use lists and arrays more gracefully in tst_qsqlqueryEdward Welbourne2022-02-151-88/+80
* Use function-style casts in preference to C-style onesEdward Welbourne2022-02-101-61/+60
* Convert some if/else-if/else chains into switch()esEdward Welbourne2022-02-101-99/+146
* Convert some QVERIFY2() with useless messages to QVERIFY()Edward Welbourne2022-02-101-8/+5
* Suppress, and thus verify we do get, two warnings in tst_QSqlQueryEdward Welbourne2022-02-101-0/+5
* Use qScopeGuard() to take care of post-test tidy-upEdward Welbourne2022-02-101-22/+27
* Get rid of empty optional methods in tst_QSqlQueryEdward Welbourne2022-02-091-10/+0
* Move prematureExec() to the end of tst_qsqlquery's testingEdward Welbourne2022-02-031-2/+4
* Check for null driver() before trying to exec()Edward Welbourne2022-01-251-1/+32
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-0/+92
* 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