| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security tags to the Qt Sql module | Volker Hilsheimer | 2025-09-17 | 1 | -0/+1 |
| * | SQL: remove outdated \since tags | Christian Ehrlicher | 2024-01-21 | 1 | -2/+0 |
| * | SQL: rename enablePositionalBinding() to setPositionalBindingEnabled() | Christian Ehrlicher | 2024-01-10 | 1 | -2/+2 |
| * | SQL/PSQL: Handle jsonb operators in prepared queries | Christian Ehrlicher | 2023-07-23 | 1 | -1/+28 |
| * | QSqlResult: remove bad API returning non-const reference | Volker Hilsheimer | 2023-06-21 | 1 | -3/+18 |
| * | QSqlQuery: add boundValueName()/boundValueNames() | Christian Ehrlicher | 2023-04-07 | 1 | -1/+15 |
| * | Doc: Fix usages of deleted QVariant constructors | Sze Howe Koh | 2023-01-25 | 1 | -1/+1 |
| * | SQL: use qsizetype and range-based for loops where possible | Christian Ehrlicher | 2023-01-20 | 1 | -21/+17 |
| * | SQL: include cleanup | Christian Ehrlicher | 2023-01-18 | 1 | -3/+0 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -9/+9 |
| * | 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 | -4/+6 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -14/+14 |
| * | Treat invalid Q(Date)?Time as null when used as an SQL value | Edward Welbourne | 2022-02-21 | 1 | -2/+4 |
| * | Adapt SQL drivers to Qt 6 change of QVariant::isNull | Volker Hilsheimer | 2022-01-12 | 1 | -2/+32 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -1/+1 |
| * | Interbase: Handle EXECUTE BLOCK statements correctly | Andy Shaw | 2020-09-13 | 1 | -0/+7 |
| * | Deprecate QVariant::Type uses in QSqlField | Lars Knoll | 2020-08-15 | 1 | -2/+2 |
| * | Use QList instead of QVector in qtbase | Jarek Kobus | 2020-07-07 | 1 | -4/+4 |
| * | Use QList instead of QVector in sql | Jarek Kobus | 2020-06-25 | 1 | -5/+5 |
| * | Simplify QSqlResultPrivate::fieldSerial() | Andy Shaw | 2020-06-23 | 1 | -15/+1 |
| * | Sweep of int-ish → char-ish types near calls to QString::fromU*() | Marc Mutz | 2020-05-12 | 1 | -3/+3 |
| * | Doc: make Qt Sql snippets compilable | Nico Vertriest | 2020-03-20 | 1 | -1/+1 |
| * | Replace most use of QVariant::type and occurrences of QVariant::Type | Olivier Goffart | 2020-01-23 | 1 | -2/+2 |
| * | QRegExp include cleanup | Samuel Gaist | 2019-04-19 | 1 | -1/+0 |
| * | Replace executedQuery when executing a new query | Jesus Fernandez | 2019-01-30 | 1 | -1/+1 |
| * | QSqlResult: use QVector<int> instead QList<int> for indexes value | Christian Ehrlicher | 2018-03-23 | 1 | -3/+3 |
| * | QPSQL: Add support for forward-only queries | Robert Szefner | 2018-01-06 | 1 | -0/+12 |
| * | QtSql: eradicate remaining Q_FOREACH loops | Marc Mutz | 2016-02-17 | 1 | -2/+2 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | qsql: apply Qt's PIMPL idiom to Q*ResultPrivate | Mark Brand | 2015-12-05 | 1 | -9/+5 |
| * | QSqlResult: const for driver | Mark Brand | 2015-11-25 | 1 | -2/+2 |
| * | Doc: added doc for non-documented functions | Nico Vertriest | 2015-05-18 | 1 | -0/+3 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Expose QSqlDriverPrivate dbmsType in public QSqlDriver api | Matt Broadstone | 2014-09-24 | 1 | -2/+2 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Updated QSql{Query,Result}::bindValue doc to reflect the current state. | Marcel Krems | 2014-09-08 | 1 | -6/+0 |
| * | Fix for bindvalue(int) memory allocation problem | Karim Pinter | 2014-05-21 | 1 | -1/+3 |
| * | Fix positional binding values order in QSqlQuery | Tobias Koenig | 2014-03-20 | 1 | -4/+9 |
| * | fix parsing of bound SQL statements for PostgreSQL | Israel Lins Albuquerque | 2013-12-16 | 1 | -2/+5 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -15/+15 |
| * | make QSqlResultPrivate::fieldSerial() virtual | Mark Brand | 2013-04-02 | 1 | -5/+5 |
| * | QSqlResult: private d -> protected d_ptr | Mark Brand | 2013-03-06 | 1 | -3/+41 |
| * | add QSqlResult constructor suitable for inheritance | Mark Brand | 2013-03-06 | 1 | -0/+11 |
| * | QSqlResultPrivate: private q -> protected q_ptr | Mark Brand | 2013-03-06 | 1 | -1/+1 |
| * | prepare QSqlResultPrivate() to allow subclassing | Mark Brand | 2013-03-06 | 1 | -4/+4 |
| * | QSqlResult: fix parsing of bound SQL statements | Israel Lins | 2013-02-15 | 1 | -21/+54 |
| * | QSqlResultPrivate: parameterize fieldSerial function for parsing | Mark Brand | 2013-02-15 | 1 | -2/+2 |
| * | QSqlResultPrivate: parameterize input query for parsing | Mark Brand | 2013-02-15 | 1 | -13/+13 |