| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security tags to the Qt Sql module | Volker Hilsheimer | 2025-09-17 | 1 | -0/+1 |
| * | QSqlDriver: return the connection name of the assoicated QSqlDatabase | Christian Ehrlicher | 2024-12-20 | 1 | -0/+12 |
| * | QSqlDriver/doc: Add a note about features depending on the db server | Christian Ehrlicher | 2024-07-22 | 1 | -1/+3 |
| * | QSqlDatabase: add Q_PROPERTY | Christian Ehrlicher | 2024-02-05 | 1 | -2/+2 |
| * | SQL: remove outdated \since tags | Christian Ehrlicher | 2024-01-21 | 1 | -4/+0 |
| * | QSqlDriver: add Q_PROPERTY | Christian Ehrlicher | 2024-01-19 | 1 | -13/+9 |
| * | Doc: Add missing since to enum value | Paul Wicking | 2023-09-11 | 1 | -1/+1 |
| * | A QtSql driver for Mimer SQL | Fredrik Ålund | 2023-02-20 | 1 | -0/+1 |
| * | SQL: use qsizetype and range-based for loops where possible | Christian Ehrlicher | 2023-01-20 | 1 | -13/+13 |
| * | SQL: include cleanup | Christian Ehrlicher | 2023-01-18 | 1 | -1/+0 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtSql: includemocs | Marc Mutz | 2022-04-28 | 1 | -0/+2 |
| * | Sql: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-19 | 1 | -17/+19 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -17/+14 |
| * | Deprecate QVariant::Type uses in QSqlField | Lars Knoll | 2020-08-15 | 1 | -1/+1 |
| * | Introduce maximumIdentifierLength to return database limits for names | Andy Shaw | 2020-08-11 | 1 | -0/+15 |
| * | QtSql: remove deprecated signal 'notification(QString)' | Christian Ehrlicher | 2020-02-07 | 1 | -14/+0 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-28 | 1 | -11/+11 |
| |\ |
|
| | * | Replace most use of QVariant::type and occurrences of QVariant::Type | Olivier Goffart | 2020-01-23 | 1 | -11/+11 |
| * | | SQL: cleanup private classes | Christian Ehrlicher | 2020-01-07 | 1 | -3/+2 |
| |/ |
|
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -1/+1 |
| * | QSqlDriver: deprecate one-arg notification() signal | Christian Ehrlicher | 2019-09-21 | 1 | -0/+3 |
| * | Always escape the table names when creating the SQL statement | Andy Shaw | 2019-01-23 | 1 | -8/+8 |
| * | Modernize the "datestring" feature | Liang Qi | 2018-09-24 | 1 | -1/+1 |
| * | Add more Q_FALLTHROUGH() | Friedemann Kleint | 2018-01-12 | 1 | -1/+1 |
| * | Doc: Mark the dbmsType() function and DbmsType enum as internal | Andy Shaw | 2017-08-16 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-13 | 1 | -0/+1 |
| |\ |
|
| | * | QtSql: compile with GCC 7 | Marc Mutz | 2016-10-10 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-29 | 1 | -0/+11 |
| |\| |
|
| | * | QSqlDriver::sqlStatement: documentation fix | Mark Brand | 2016-02-24 | 1 | -0/+11 |
| * | | QSqlDriver:sqlStatement: respect generated flags for WHERE too | Mark Brand | 2016-02-24 | 1 | -1/+6 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-18 | 1 | -23/+15 |
| |\| |
|
| | * | QSqlDriver: use table prefix in WHERE clauses | Vyacheslav Grigoryev | 2016-02-17 | 1 | -23/+15 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | qsqldriver: use Q_D macro | Mark Brand | 2015-11-30 | 1 | -10/+19 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Adjust DBMSType to DbmsType to follow conventions | Alejandro Exojo | 2014-11-26 | 1 | -3/+3 |
| * | Expose QSqlDriverPrivate dbmsType in public QSqlDriver api | Matt Broadstone | 2014-09-24 | 1 | -0/+26 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | expand tabs and related whitespace fixes in *.{cpp,h,qdoc} | Oswald Buddenhagen | 2014-01-13 | 1 | -1/+1 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -10/+10 |
| * | QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE | Mark Brand | 2013-04-04 | 1 | -0/+7 |
| * | Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers | Andy Shaw | 2013-04-02 | 1 | -24/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Docs: Fix some warnings | Christian Stenger | 2012-12-06 | 1 | -0/+1 |
| * | create interface QSqlDriver::cancelQuery() | Sune Vuorela | 2012-11-20 | 1 | -0/+23 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | QtSql: remove \link usages | Giuseppe D'Angelo | 2012-05-11 | 1 | -1/+1 |
| * | Doc: Fix \sa usage | Marius Storm-Olsen | 2012-05-11 | 1 | -2/+2 |