summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqldatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSqlDatabase: make evident the name of the driver that failed to loadThiago Macieira2025-04-141-3/+3
* Short live QCoreApplication::instanceExists()Thiago Macieira2025-02-261-3/+3
* QSqlDatabase: fix historical mistake of defaultConnection being non-constThiago Macieira2025-02-071-2/+0
* QSqlDriver: return the connection name of the assoicated QSqlDatabaseChristian Ehrlicher2024-12-201-1/+6
* Logging: Add a macro for static logging categoryUlf Hermann2024-06-051-1/+1
* QSqlDatabase: Rename currentThread() to thread()Christian Ehrlicher2024-05-311-1/+1
* Add -Wweak-vtables to headerscleanJesus Fernandez2024-05-191-0/+2
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher2024-04-251-0/+49
* SQL: avoid potential detach in QtSqlGlobals dtorVladimir Belyavsky2024-04-211-1/+1
* SQL/QSqlDatabase: use categorized loggerChristian Ehrlicher2024-04-181-13/+15
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-0/+1
* QtSql: #include mocsThiago Macieira2024-02-101-0/+2
* QSqlDatabase: add Q_PROPERTYChristian Ehrlicher2024-02-051-8/+11
* SQL: remove outdated \since tagsChristian Ehrlicher2024-01-241-4/+0
* SQL: remove outdated \since tagsChristian Ehrlicher2024-01-211-2/+0
* QSqlDatabase: check if QCoreApplication::instance() existsChristian Ehrlicher2023-10-121-0/+20
* SQLDatabase: merge two global statics into oneChristian Ehrlicher2023-07-231-84/+51
* SQL: Make QSqlDatabase::DriverDict creation thread-safeChristian Ehrlicher2023-05-241-15/+14
* QSqlDatabase: use a QReadWriteLock to access DriverDictChristian Ehrlicher2023-05-231-0/+3
* QSQLDatabase: avoid some code duplicationChristian Ehrlicher2023-04-141-15/+11
* SQL/SQLDatabase: do not copy q within QSqlDatabasePrivate::copy()Christian Ehrlicher2023-03-161-9/+5
* QSqlDatabase: deprecate QSqlDatabase::exec()Christian Ehrlicher2023-03-061-4/+3
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-201-0/+6
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-9/+8
* SQL: include cleanupChristian Ehrlicher2023-01-181-3/+0
* QSqlDatabase: remove a pointless const_castGiuseppe D'Angelo2022-12-231-1/+1
* SQL: rework the connection options documentationChristian Ehrlicher2022-12-221-92/+2
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-081-0/+1
* SQL/MySQL: rework driver option parsingChristian Ehrlicher2022-10-221-5/+12
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-2/+3
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-1/+1
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-111-0/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-5/+3
|\
| * Doc: make Qt Sql snippets compilableNico Vertriest2020-03-201-5/+3
* | QtSQL: remove SQLite2 and TDS driver for Qt6Christian Ehrlicher2020-02-071-16/+1
|/
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-0/+8
|\
| * Add SQLite specific documentation when specifying a database nameAndy Shaw2019-09-211-0/+8
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
|/
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-0/+10
* Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threadsAndy Shaw2018-12-231-0/+34
* QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-061-2/+4
* doc: Add missing template clause in \fn commandMartin Smith2018-01-121-1/+1
* QtSql: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-5/+1
* Return an invalid QSqlDatabase when accessing from another threadAndy Shaw2018-01-021-0/+6
* Copy the numericalPrecisionPolicy when copying the QSqlDatabaseAndy Shaw2017-12-011-0/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-0/+8
|\
| * Add documentation about not having QSqlDatabase objects kept aroundAndy Shaw2017-09-081-0/+8