| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security tags to the Qt Sql module | Volker Hilsheimer | 2025-09-17 | 1 | -0/+1 |
| * | QSqlDatabase: make evident the name of the driver that failed to load | Thiago Macieira | 2025-04-14 | 1 | -3/+3 |
| * | Short live QCoreApplication::instanceExists() | Thiago Macieira | 2025-02-26 | 1 | -3/+3 |
| * | QSqlDatabase: fix historical mistake of defaultConnection being non-const | Thiago Macieira | 2025-02-07 | 1 | -2/+0 |
| * | QSqlDriver: return the connection name of the assoicated QSqlDatabase | Christian Ehrlicher | 2024-12-20 | 1 | -1/+6 |
| * | Logging: Add a macro for static logging category | Ulf Hermann | 2024-06-05 | 1 | -1/+1 |
| * | QSqlDatabase: Rename currentThread() to thread() | Christian Ehrlicher | 2024-05-31 | 1 | -1/+1 |
| * | Add -Wweak-vtables to headersclean | Jesus Fernandez | 2024-05-19 | 1 | -0/+2 |
| * | QSqlDatabase: add moveToThread()/currentThread() | Christian Ehrlicher | 2024-04-25 | 1 | -0/+49 |
| * | SQL: avoid potential detach in QtSqlGlobals dtor | Vladimir Belyavsky | 2024-04-21 | 1 | -1/+1 |
| * | SQL/QSqlDatabase: use categorized logger | Christian Ehrlicher | 2024-04-18 | 1 | -13/+15 |
| * | Doc: Fix QDoc warnings for overloads | Paul Wicking | 2024-02-14 | 1 | -0/+1 |
| * | QtSql: #include mocs | Thiago Macieira | 2024-02-10 | 1 | -0/+2 |
| * | QSqlDatabase: add Q_PROPERTY | Christian Ehrlicher | 2024-02-05 | 1 | -8/+11 |
| * | SQL: remove outdated \since tags | Christian Ehrlicher | 2024-01-24 | 1 | -4/+0 |
| * | SQL: remove outdated \since tags | Christian Ehrlicher | 2024-01-21 | 1 | -2/+0 |
| * | QSqlDatabase: check if QCoreApplication::instance() exists | Christian Ehrlicher | 2023-10-12 | 1 | -0/+20 |
| * | SQLDatabase: merge two global statics into one | Christian Ehrlicher | 2023-07-23 | 1 | -84/+51 |
| * | SQL: Make QSqlDatabase::DriverDict creation thread-safe | Christian Ehrlicher | 2023-05-24 | 1 | -15/+14 |
| * | QSqlDatabase: use a QReadWriteLock to access DriverDict | Christian Ehrlicher | 2023-05-23 | 1 | -0/+3 |
| * | QSQLDatabase: avoid some code duplication | Christian Ehrlicher | 2023-04-14 | 1 | -15/+11 |
| * | SQL/SQLDatabase: do not copy q within QSqlDatabasePrivate::copy() | Christian Ehrlicher | 2023-03-16 | 1 | -9/+5 |
| * | QSqlDatabase: deprecate QSqlDatabase::exec() | Christian Ehrlicher | 2023-03-06 | 1 | -4/+3 |
| * | A QtSql driver for Mimer SQL | Fredrik Ålund | 2023-02-20 | 1 | -0/+6 |
| * | SQL: use qsizetype and range-based for loops where possible | Christian Ehrlicher | 2023-01-20 | 1 | -9/+8 |
| * | SQL: include cleanup | Christian Ehrlicher | 2023-01-18 | 1 | -3/+0 |
| * | QSqlDatabase: remove a pointless const_cast | Giuseppe D'Angelo | 2022-12-23 | 1 | -1/+1 |
| * | SQL: rework the connection options documentation | Christian Ehrlicher | 2022-12-22 | 1 | -92/+2 |
| * | SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILE | Christian Ehrlicher | 2022-12-08 | 1 | -0/+1 |
| * | SQL/MySQL: rework driver option parsing | Christian Ehrlicher | 2022-10-22 | 1 | -5/+12 |
| * | 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 | -2/+3 |
| * | Sql: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-19 | 1 | -1/+1 |
| * | QSql/QSqlite: return extended error codes by default | Christian Ehrlicher | 2021-01-11 | 1 | -0/+1 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-04-08 | 1 | -5/+3 |
| |\ |
|
| | * | Doc: make Qt Sql snippets compilable | Nico Vertriest | 2020-03-20 | 1 | -5/+3 |
| * | | QtSQL: remove SQLite2 and TDS driver for Qt6 | Christian Ehrlicher | 2020-02-07 | 1 | -16/+1 |
| |/ |
|
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Liang Qi | 2019-09-23 | 1 | -0/+8 |
| |\ |
|
| | * | Add SQLite specific documentation when specifying a database name | Andy Shaw | 2019-09-21 | 1 | -0/+8 |
| * | | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -1/+1 |
| |/ |
|
| * | Always escape the table names when creating the SQL statement | Andy Shaw | 2019-01-23 | 1 | -0/+10 |
| * | Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threads | Andy Shaw | 2018-12-23 | 1 | -0/+34 |
| * | QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase | David Faure | 2018-04-06 | 1 | -2/+4 |
| * | doc: Add missing template clause in \fn command | Martin Smith | 2018-01-12 | 1 | -1/+1 |
| * | QtSql: Raise minimum supported MSVC version to 2015 | Friedemann Kleint | 2018-01-04 | 1 | -5/+1 |
| * | Return an invalid QSqlDatabase when accessing from another thread | Andy Shaw | 2018-01-02 | 1 | -0/+6 |
| * | Copy the numericalPrecisionPolicy when copying the QSqlDatabase | Andy Shaw | 2017-12-01 | 1 | -0/+4 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-09-20 | 1 | -0/+8 |
| |\ |
|