summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
Commit message (Expand)AuthorAgeFilesLines
* SQL tests: Fix dropping procedures Firebird/IBaseChristian Ehrlicher2 days1-1/+4
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher2024-04-251-0/+29
* CMake: Make a few more auto tests standaloneAlexandru Croitor2024-03-141-0/+6
* SQL/MySQL: retrieve default column value for QSqlDatabase::record()Christian Ehrlicher2024-03-101-2/+9
* Change license for tests filesLucie Gérard2024-02-0417-17/+17
* SQL: rename enablePositionalBinding() to setPositionalBindingEnabled()Christian Ehrlicher2024-01-101-3/+5
* SQLite: Handle identifiers correctlyPo-Hao Su2023-09-281-1/+72
* tst_qvfssql: Don't use appless mainIevgenii Meshcheriakov2023-08-111-1/+1
* SQL/PSQL: Handle jsonb operators in prepared queriesChristian Ehrlicher2023-07-231-0/+82
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-082-2/+17
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-0514-0/+84
* Say hello to QtVFS for SQLite3BogDan Vatra2023-07-024-0/+119
* 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