| Commit message (Expand) | Author | Age | Files | Lines |
| * | QSqlDatabase: make evident the name of the driver that failed to load | Thiago Macieira | 2025-04-14 | 1 | -2/+3 |
| * | QSqlDatabase: Rename currentThread() to thread() | Christian Ehrlicher | 2024-05-31 | 1 | -6/+6 |
| * | QSqlDatabase: add moveToThread()/currentThread() | Christian Ehrlicher | 2024-04-25 | 1 | -0/+29 |
| * | Change license for tests files | Lucie Gérard | 2024-02-04 | 1 | -1/+1 |
| * | SQL/Tests: make sure created procedures are cleaned up on exit | Christian Ehrlicher | 2023-04-15 | 1 | -22/+14 |
| * | SQL/Tests: use TableScope where possible | Christian Ehrlicher | 2023-04-07 | 1 | -99/+77 |
| * | SQL/IBASE: fix tests | Christian Ehrlicher | 2023-03-17 | 1 | -20/+27 |
| * | SQL/Tests: Cleanup tst_QSqlDatabase | Christian Ehrlicher | 2023-03-17 | 1 | -35/+16 |
| * | SQL/Tests: remove safeDropTable() / add helper class | Christian Ehrlicher | 2023-03-12 | 1 | -27/+23 |
| * | SQL/Tests: remove some unused functions | Christian Ehrlicher | 2023-03-06 | 1 | -6/+0 |
| * | tst_QSqlDatabase: avoid some runtime warnings | Christian Ehrlicher | 2023-03-02 | 1 | -2/+7 |
| * | SQL tests: remove unused tests | Christian Ehrlicher | 2023-02-20 | 1 | -71/+0 |
| * | A QtSql driver for Mimer SQL | Fredrik Ålund | 2023-02-20 | 1 | -3/+2 |
| * | SQL: more documentation and test cleanups | Christian Ehrlicher | 2023-01-06 | 1 | -27/+0 |
| * | SQL: remove unneeded test functions | Christian Ehrlicher | 2022-12-22 | 1 | -53/+23 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -4/+4 |
| * | SQL/Tests: fix tst_qsqldatabase::caseSensivity() for MySQL on linux | Christian Ehrlicher | 2022-10-24 | 1 | -10/+17 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -4/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -27/+2 |
| * | Sql ODBC driver: add direct support for float and short datatype | Christian Ehrlicher | 2021-01-10 | 1 | -0/+37 |
| * | PSQL: Fix the QSqlDatabase test | Andy Shaw | 2021-01-07 | 1 | -5/+15 |
| * | Replace QtTest headers with QTest | David Skoland | 2020-12-22 | 1 | -1/+3 |
| * | Cleanup remaining QVariant::Type uses in Qt Sql | Lars Knoll | 2020-10-17 | 1 | -146/+146 |
| * | Interbase: Add support for the boolean type | Andy Shaw | 2020-09-11 | 1 | -0/+1 |
| * | Interbase: Fix tests when running against Firebird | Andy Shaw | 2020-08-23 | 1 | -11/+30 |
| * | Deprecate QVariant::Type uses in QSqlField | Lars Knoll | 2020-08-15 | 1 | -33/+33 |
| * | QMYSQL: remove support for MySql 4.x | Christian Ehrlicher | 2019-10-12 | 1 | -12/+0 |
| * | QSqlDriver: deprecate one-arg notification() signal | Christian Ehrlicher | 2019-09-21 | 1 | -26/+24 |
| * | test: migrate QSqlDatabase test to QRegularExpression | Samuel Gaist | 2019-07-29 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-02-21 | 1 | -1/+1 |
| |\ |
|
| | * | Fix a couple of SQL tests | Andy Shaw | 2019-02-19 | 1 | -1/+1 |
| * | | Always escape the table names when creating the SQL statement | Andy Shaw | 2019-01-23 | 1 | -44/+66 |
| * | | Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threads | Andy Shaw | 2018-12-23 | 1 | -0/+10 |
| * | | SQLite: enable json1 extension | Christian Ehrlicher | 2018-10-03 | 1 | -0/+27 |
| |/ |
|
| * | sqlite: Fix QSqlError handling when opening/closing database | Florian Bruhin | 2018-09-13 | 1 | -0/+18 |
| * | QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase | David Faure | 2018-04-06 | 1 | -0/+3 |
| * | MySQL: Fix tests | Andy Shaw | 2018-03-17 | 1 | -4/+4 |
| * | SQL/Postgres: Fix support for nan, inf and -inf | Christian Ehrlicher | 2018-03-07 | 1 | -0/+42 |
| * | Return an invalid QSqlDatabase when accessing from another thread | Andy Shaw | 2018-01-02 | 1 | -0/+35 |
| * | Copy the numericalPrecisionPolicy when copying the QSqlDatabase | Andy Shaw | 2017-12-01 | 1 | -0/+31 |
| * | Remove code that refers to PostgreSQL 7.2 or older | Andy Shaw | 2017-12-01 | 1 | -5/+0 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fix psql_schemas test | Robert Szefner | 2017-10-26 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-09-20 | 1 | -2/+2 |
| |\| |
|
| | * | Fix recordOCI() test to treat clob/nclob as QByteArray | Andy Shaw | 2017-09-18 | 1 | -2/+2 |
| * | | Use unique table name for the sqlite_enableRegexp test | Andy Shaw | 2017-03-27 | 1 | -2/+3 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-03-20 | 1 | -1/+1 |
| |\| |
|
| | * | Deprecate QString::null | Marc Mutz | 2017-03-12 | 1 | -1/+1 |
| * | | REGEXP for SQLite | Lorenz Haas | 2017-02-22 | 1 | -0/+31 |
| |/ |
|
| * | Adding notification feature to SQLite driver | Karim Pinter | 2016-04-21 | 1 | -0/+31 |