| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security tags to the Qt Sql module | Volker Hilsheimer | 2025-09-17 | 1 | -0/+1 |
| * | SQL/IBase fix compile with ancient Firebird 2.x | Christian Ehrlicher | 2025-08-08 | 1 | -0/+5 |
| * | SQL/Firebird: Fix interpretation of time stamp with timezone | Andreas Bacher | 2024-09-12 | 1 | -3/+7 |
| * | SQL/IBase: Don't let open() fail when lastError() is set | Christian Ehrlicher | 2024-07-18 | 1 | -5/+0 |
| * | Straighten out various logging categories | Ulf Hermann | 2024-06-19 | 1 | -1/+1 |
| * | SQL/IBase: simplify date/time conversion | Christian Ehrlicher | 2024-06-12 | 1 | -46/+24 |
| * | SQL/IBase: Fix some translatable messages | Friedemann Kleint | 2024-06-10 | 1 | -2/+2 |
| * | SQL/IBase: code cleanup part 5/5 | Christian Ehrlicher | 2024-06-07 | 1 | -9/+14 |
| * | SQL/IBase: code cleanup part 4/5 | Christian Ehrlicher | 2024-06-07 | 1 | -24/+20 |
| * | SQL/IBase: code cleanup part 3/5 | Christian Ehrlicher | 2024-06-07 | 1 | -12/+15 |
| * | SQL/IBase: code cleanup part 2/5 | Christian Ehrlicher | 2024-06-07 | 1 | -7/+10 |
| * | SQL/IBase: code cleanup part 1/5 | Christian Ehrlicher | 2024-06-07 | 1 | -58/+60 |
| * | SQL/IBase: cache return value of record() | Christian Ehrlicher | 2024-06-05 | 1 | -6/+9 |
| * | SQL/IBase use QT_USE_MSVC_INT128 | Christian Ehrlicher | 2024-06-05 | 1 | -1/+1 |
| * | SQL/IBase: add partial support for SQL_INT128 datatype | Christian Ehrlicher | 2024-06-05 | 1 | -0/+4 |
| * | SQL/IBase: add partial support for SQL_INT128 datatype | Christian Ehrlicher | 2024-05-25 | 1 | -21/+71 |
| * | SQL/IBase: factor out setting numeric values | Christian Ehrlicher | 2024-05-25 | 1 | -20/+17 |
| * | SQL/IBase: don't let open() fail when no timezones are available | Christian Ehrlicher | 2024-05-23 | 1 | -11/+4 |
| * | QSql/IBase: fix compilation | Christian Ehrlicher | 2024-05-02 | 1 | -0/+1 |
| * | SQL/IBase: factor out applying decimal scale into own function | Christian Ehrlicher | 2024-04-27 | 1 | -37/+51 |
| * | SQL/IBase: print warning in case of unsupported data type | Christian Ehrlicher | 2024-04-26 | 1 | -1/+6 |
| * | SQL/IBase: use categorized logger | Christian Ehrlicher | 2024-04-12 | 1 | -20/+23 |
| * | SQL/QSqlField: deprecate internal functions setSqlType()/typeID() | Christian Ehrlicher | 2024-03-10 | 1 | -2/+0 |
| * | SQL plugins: add moc includes | Christian Ehrlicher | 2023-07-19 | 1 | -0/+2 |
| * | QIbaseResult: null parameter follow up fix | Axel Spoerl | 2023-07-05 | 1 | -2/+5 |
| * | QIbaseResult: qWarning, when disallowed null parameter becomes zero | Axel Spoerl | 2023-07-04 | 1 | -0/+3 |
| * | SQL: replace qPrintable() / toLocal8Bit() with unicode versions | Christian Ehrlicher | 2023-04-18 | 1 | -7/+7 |
| * | SQL/IBASE: Always escape the table names when creating the SQL statement | Christian Ehrlicher | 2023-04-07 | 1 | -11/+2 |
| * | SQL/IBASE: Time Zone support (firebird 4.x) | Andreas Bacher | 2023-03-24 | 1 | -9/+126 |
| * | SQL/IBASE: fix tests | Christian Ehrlicher | 2023-03-17 | 1 | -7/+0 |
| * | SQL/IBASE: misc cleanup | Christian Ehrlicher | 2023-03-17 | 1 | -54/+45 |
| * | SQL: small optimization for SQLDriver::escapeIdentifier() | Christian Ehrlicher | 2023-02-28 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Sql: replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-04-19 | 1 | -2/+2 |
| * | Sql: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-19 | 1 | -33/+35 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -24/+24 |
| * | qsql_ibase: fix includes | Shawn Rutledge | 2022-03-21 | 1 | -13/+14 |
| * | Adapt SQL drivers to Qt 6 change of QVariant::isNull | Volker Hilsheimer | 2022-01-12 | 1 | -2/+2 |
| * | sqldrivers: Fix typo in error message | Jonas Kvinge | 2021-10-18 | 1 | -1/+1 |
| * | ibase: Fix the compilation and include it again so it can be detected | Andy Shaw | 2021-01-26 | 1 | -17/+19 |
| * | Interbase: Don't error out if closing an already closed cursor | Andy Shaw | 2021-01-14 | 1 | -1/+7 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -6/+6 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -46/+46 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -2/+2 |
| * | Interbase: Add support for the boolean type | Andy Shaw | 2020-09-11 | 1 | -1/+22 |
| * | Interbase: Correctly read/write arrays to the database | Andy Shaw | 2020-09-08 | 1 | -17/+3 |
| * | Interbase: Close the cursor before reopening it later on | Andy Shaw | 2020-08-23 | 1 | -3/+3 |
| * | Remove QVariant(int type, void *data, ...) constructor | Lars Knoll | 2020-08-15 | 1 | -2/+2 |
| * | Introduce maximumIdentifierLength to return database limits for names | Andy Shaw | 2020-08-11 | 1 | -0/+6 |
| * | Interbase: Don't call toUpper() on the names as they are escaped | Andy Shaw | 2020-08-10 | 1 | -2/+2 |