summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* SQL: Make QSqlDatabase::DriverDict creation thread-safeChristian Ehrlicher2023-05-241-0/+4
* QSqlField: add move ctor & move operatorChristian Ehrlicher2023-04-261-0/+20
* SQL/Tests: make sure created procedures are cleaned up on exitChristian Ehrlicher2023-04-153-78/+71
* Put timezone related code under ifdefTatiana Borisova2023-04-141-3/+7
* SQL/Tests: use TableScope where possibleChristian Ehrlicher2023-04-074-319/+242
* QtSql: don't use deprecated QSqlDatabase::exec in testVolker Hilsheimer2023-04-071-1/+2
* SQL/IBASE: Always escape the table names when creating the SQL statementChristian Ehrlicher2023-04-071-2/+2
* QSqlQuery: add boundValueName()/boundValueNames()Christian Ehrlicher2023-04-071-0/+6
* SQL/QSqlRelationalTableModel escape the auto-generated aliasChristian Ehrlicher2023-04-061-137/+94
* SQL/tests: Add testcase for QODBC toSQLTCHAR()Christian Ehrlicher2023-04-031-0/+19
* QSqlError: also compare nativeErrorCode() in operator==() / operator!=()Christian Ehrlicher2023-04-031-3/+7
* QSqlIndex: add move ctor & move operatorChristian Ehrlicher2023-03-313-0/+142
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-242-0/+126
* SQL/Tests: Cleanup of tst_databases.hChristian Ehrlicher2023-03-172-124/+84
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-173-24/+31
* SQL/OCI: add maximumIdentifierLength()Christian Ehrlicher2023-03-171-8/+5
* SQL/Tests: Cleanup tst_QSqlDatabaseChristian Ehrlicher2023-03-171-35/+16
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-121-0/+7
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-125-157/+150
* SQL/Tests: remove usage of 'foreach'Christian Ehrlicher2023-03-096-59/+42
* QSqlDatabase: deprecate QSqlDatabase::exec()Christian Ehrlicher2023-03-063-16/+23
* SQL/Tests: remove some unused functionsChristian Ehrlicher2023-03-066-81/+42
* tst_QSqlDatabase: avoid some runtime warningsChristian Ehrlicher2023-03-022-2/+8
* SQL tests: remove unused testsChristian Ehrlicher2023-02-202-174/+0
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-205-27/+56
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1716-32/+0
* 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