| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security tags to the Qt Sql module | Volker Hilsheimer | 2025-09-17 | 1 | -0/+1 |
| * | SQL/PSQL: use a QByteArray for preparedStmtId | Christian Ehrlicher | 2025-01-29 | 1 | -10/+9 |
| * | SQL/PSQL: slight improvement in code | Thierry Bastian | 2025-01-28 | 1 | -3/+6 |
| * | SQL/PSQL: Avoid copies of data in QByteArray when binding such a value | Thierry Bastian | 2025-01-28 | 1 | -22/+33 |
| * | SQL/PSQL: call deallocatePreparedStmt() unconditionally | Christian Ehrlicher | 2025-01-27 | 1 | -5/+3 |
| * | Add support for PostgreSQL prepared statements with pgBouncer | Thierry Bastian | 2025-01-23 | 1 | -42/+67 |
| * | SQL/PSQL: add full support for uuid column type | Christian Ehrlicher | 2024-12-18 | 1 | -0/+7 |
| * | SQL/PostgreSQL: fix comment for formatting QDateTime | Christian Ehrlicher | 2024-10-23 | 1 | -3/+3 |
| * | SQL/PostgreSQL: fix parsing timestamptz return values | Christian Ehrlicher | 2024-10-17 | 1 | -6/+7 |
| * | Straighten out various logging categories | Ulf Hermann | 2024-06-19 | 1 | -1/+1 |
| * | SQL/PostgreSQL: use categorized logger | Christian Ehrlicher | 2024-03-16 | 1 | -22/+26 |
| * | SQL/PostgreSQL: Make sure the server returns datetime in UTC | Christian Ehrlicher | 2024-03-16 | 1 | -3/+17 |
| * | SQL/PostgreSQL: cleanup usage of QT_CONFIG(datestring) | Christian Ehrlicher | 2024-03-15 | 1 | -24/+15 |
| * | SQL/QSqlField: deprecate internal functions setSqlType()/typeID() | Christian Ehrlicher | 2024-03-10 | 1 | -2/+0 |
| * | SQL/PostgreSQL: misc cleanup | Christian Ehrlicher | 2023-10-06 | 1 | -13/+11 |
| * | SQL/PSQL: Handle jsonb operators in prepared queries | Christian Ehrlicher | 2023-07-23 | 1 | -2/+2 |
| * | SQL plugins: add moc includes | Christian Ehrlicher | 2023-07-19 | 1 | -0/+2 |
| * | SQL: replace qPrintable() / toLocal8Bit() with unicode versions | Christian Ehrlicher | 2023-04-18 | 1 | -8/+10 |
| * | SQL/PSQL: remove non utf-8 support | Christian Ehrlicher | 2023-04-05 | 1 | -14/+14 |
| * | SQL: small optimization for SQLDriver::escapeIdentifier() | Christian Ehrlicher | 2023-02-28 | 1 | -1/+1 |
| * | SQL: use qsizetype and range-based for loops where possible | Christian Ehrlicher | 2023-01-20 | 1 | -1/+1 |
| * | Apply Q_CONSTINIT where beneficial | Sona Kurazyan | 2022-09-01 | 1 | -1/+1 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 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 | -16/+16 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -23/+25 |
| * | Adapt SQL drivers to Qt 6 change of QVariant::isNull | Volker Hilsheimer | 2022-01-12 | 1 | -1/+1 |
| * | QSql/PostgreSQL: allow blobs with more than 2^30 bytes | Christian Ehrlicher | 2021-01-25 | 1 | -2/+2 |
| * | fix potential mem leak on connection lost | Matthias Möller | 2020-12-30 | 1 | -15/+12 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -33/+32 |
| * | PostgreSQL: Attempt to subscribe even if it is already added | Andy Shaw | 2020-09-07 | 1 | -9/+8 |
| * | Deprecate QVariant::Type uses in QSqlField | Lars Knoll | 2020-08-15 | 1 | -5/+5 |
| * | Use QList instead of QVector in plugins | Jarek Kobus | 2020-07-06 | 1 | -1/+1 |
| * | Port QRegularExpression to QStringView, drop QStringRef | Giuseppe D'Angelo | 2020-05-31 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-04-22 | 1 | -5/+5 |
| |\ |
|
| | * | Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type) | Mårten Nordheim | 2020-04-16 | 1 | -5/+5 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-02-26 | 1 | -32/+16 |
| |\| |
|
| | * | QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivate | Christian Ehrlicher | 2020-02-19 | 1 | -32/+16 |
| * | | SQL: cleanup private classes | Christian Ehrlicher | 2020-01-07 | 1 | -6/+0 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-12-12 | 1 | -25/+9 |
| |\ |
|
| | * | PSQL: Optimize QPSQLResult::data() function for date and time types | Robert Szefner | 2019-12-10 | 1 | -25/+9 |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Liang Qi | 2019-12-10 | 1 | -0/+1 |
| |\| |
|
| | * | PSQL: set correct empty QVariant in QPSQLResult::record() | Christian Ehrlicher | 2019-12-09 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-10-19 | 1 | -19/+24 |
| |\| |
|
| | * | QPSQL: Add support for PostgreSQL 12 | Christian Ehrlicher | 2019-10-17 | 1 | -19/+24 |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-10-04 | 1 | -1/+3 |
| |\| |
|
| | * | PSQL: don't recreate QSqlField in loop in QPSQLResult::record() | Christian Ehrlicher | 2019-10-03 | 1 | -1/+3 |
| * | | QSqlDriver: deprecate one-arg notification() signal | Christian Ehrlicher | 2019-09-21 | 1 | -0/+5 |
| |/ |
|
| * | QPSQL: Fix crash when a prepared statement is deleted after the db was removed | Christian Ehrlicher | 2019-09-16 | 1 | -5/+7 |