summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* SQL: rename enablePositionalBinding() to setPositionalBindingEnabled()Christian Ehrlicher2024-01-101-3/+5
* SQL/PSQL: Handle jsonb operators in prepared queriesChristian Ehrlicher2023-07-231-0/+82
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-081-1/+14
* SQL/Tests: make sure created procedures are cleaned up on exitChristian Ehrlicher2023-04-151-56/+29
* Put timezone related code under ifdefTatiana Borisova2023-04-141-3/+7
* SQL/Tests: use TableScope where possibleChristian Ehrlicher2023-04-071-200/+147
* QSqlQuery: add boundValueName()/boundValueNames()Christian Ehrlicher2023-04-071-0/+6
* SQL/tests: Add testcase for QODBC toSQLTCHAR()Christian Ehrlicher2023-04-031-0/+19
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-241-0/+113
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-171-2/+2
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-121-0/+7
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-121-93/+72
* QSqlDatabase: deprecate QSqlDatabase::exec()Christian Ehrlicher2023-03-061-4/+8
* SQL/Tests: remove some unused functionsChristian Ehrlicher2023-03-061-6/+2
* tst_QSqlDatabase: avoid some runtime warningsChristian Ehrlicher2023-03-021-0/+1
* SQL tests: remove unused testsChristian Ehrlicher2023-02-201-103/+0
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-201-14/+35
* SQL tests: Fix for PostgreSQL 12 and aboveChristian Ehrlicher2023-01-201-1/+1
* 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-031-1/+1
* SQL/tests: fix tst_qsqlqueryChristian Ehrlicher2022-10-161-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Rest of QtBase tests: port away from deprecated methodsIvan Solovev2022-08-301-15/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* 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