| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security tags to the Qt Sql module | Volker Hilsheimer | 2025-09-17 | 1 | -0/+1 |
| * | SQL/DB2 & ODBC: avoid some code duplication | Christian Ehrlicher | 2025-06-09 | 1 | -32/+7 |
| * | 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 |
| * | SQL: small optimization for SQLDriver::escapeIdentifier() | Christian Ehrlicher | 2023-02-28 | 1 | -1/+1 |
| * | SQL/DB2: apply misc changes | Christian Ehrlicher | 2023-02-08 | 1 | -42/+39 |
| * | DB2: Fix typo in QMetaType | Hannah von Reth | 2022-12-29 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Sql: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-19 | 1 | -38/+39 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -23/+23 |
| * | Adapt SQL drivers to Qt 6 change of QVariant::isNull | Volker Hilsheimer | 2022-01-12 | 1 | -1/+1 |
| * | Replace QString::utf16() with data() in memcpy() and QByteArray ctor | Øystein Heskestad | 2022-01-07 | 1 | -2/+2 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -2/+2 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -36/+36 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -1/+1 |
| * | Deprecate QVariant::Type uses in QSqlField | Lars Knoll | 2020-08-15 | 1 | -6/+6 |
| * | Remove QVariant(int type, void *data, ...) constructor | Lars Knoll | 2020-08-15 | 1 | -2/+2 |
| * | Use QList instead of QVector in plugins | Jarek Kobus | 2020-07-06 | 1 | -4/+4 |
| * | SQL: Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-02-28 | 1 | -1/+1 |
| * | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging... | Liang Qi | 2018-01-02 | 1 | -14/+14 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.10' into dev | Lars Knoll | 2018-01-02 | 1 | -14/+14 |
| | |\ |
|
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-12-05 | 1 | -14/+14 |
| | | |\ |
|
| | | | * | Fix DB2 plugin building on Linux 64bit | Joni Poikelin | 2017-11-29 | 1 | -14/+14 |
| * | | | | DB2: Pass on the native error codes to QSqlError | Andy Shaw | 2018-01-02 | 1 | -11/+46 |
| |/ / / |
|
| * / / | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -16/+16 |
| |/ / |
|
| * / | QSqlField: Add a means to see what the tablename is for a given field | Andy Shaw | 2017-07-12 | 1 | -1/+13 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-01 | 1 | -4/+2 |
| * | Use QString::fromLatin1() less to avoid string allocations | Anton Kudryavtsev | 2016-09-15 | 1 | -1/+2 |
| * | Always compile sql drivers as plugins | Lars Knoll | 2016-04-07 | 1 | -0/+1700 |