summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* SQL tests: Fix for PostgreSQL 12 and aboveChristian Ehrlicher2023-01-201-1/+1
* QSqlRecord: add missing C++11 move SMFsMarc Mutz2023-01-131-0/+20
* tst_QSqlRecord: replace manual memory management with unique_ptrMarc Mutz2023-01-091-49/+20
* SQL: more documentation and test cleanupsChristian Ehrlicher2023-01-061-27/+0
* SQL: remove unneeded test functionsChristian Ehrlicher2022-12-224-127/+50
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-4/+7
* SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-051-0/+40
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-038-50/+50
* 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-162-4/+20
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-045-26/+26
* Rest of QtBase tests: port away from deprecated methodsIvan Solovev2022-08-301-15/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2316-16/+16
* Add license headers to cmake filesLucie Gérard2022-08-0316-0/+48
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2813-13/+13
* 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