summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* SQL/QSqlIndex: remove unused private function createField()Christian Ehrlicher12 days2-19/+0
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher13 days2-0/+52
* SQL: avoid potential detach in QtSqlGlobals dtorVladimir Belyavsky2024-04-211-1/+1
* SQL/QSqlDatabase: use categorized loggerChristian Ehrlicher2024-04-181-13/+15
* SQL/QSqlQuery: use categorized loggerChristian Ehrlicher2024-04-181-19/+23
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-0/+1
* SQL/ODBC: don't escape a driver stringChristian Ehrlicher2024-04-041-2/+7
* QSqlField: fix missing deprecation macroZhao Yuhang2024-04-041-0/+4
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-102-4/+8
* SQL/MySQL: retrieve default column value for QSqlDatabase::record()Christian Ehrlicher2024-03-101-0/+2
* Correct doc snippet licenseLucie Gérard2024-02-283-3/+3
* SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOWChristian Ehrlicher2024-02-261-1/+4
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-0/+1
* QtSql: #include mocsThiago Macieira2024-02-103-0/+6
* QSqlQuery: remove unneeded friend tst_QSqlQueryChristian Ehrlicher2024-02-091-5/+0
* QSqlDatabase: add Q_PROPERTYChristian Ehrlicher2024-02-053-10/+18
* Change license of .qdoc filesLucie Gérard2024-02-011-1/+1
* QSqlQuery: add Q_PROPERTYChristian Ehrlicher2024-01-242-16/+36
* QSqlIndex: add Q_PROPERTYChristian Ehrlicher2024-01-242-14/+24
* SQL: remove outdated \since tagsChristian Ehrlicher2024-01-241-4/+0
* SQL: remove outdated \since tagsChristian Ehrlicher2024-01-216-23/+0
* QSqlDriver: add Q_PROPERTYChristian Ehrlicher2024-01-192-13/+12
* QSqlField: add Q_PROPERTYChristian Ehrlicher2024-01-192-103/+133
* SQL: rename enablePositionalBinding() to setPositionalBindingEnabled()Christian Ehrlicher2024-01-104-19/+21
* QSqlQuery: Add QStringView overloadsChristian Ehrlicher2024-01-102-7/+23
* QSqlRecord: Add QStringView overloadsChristian Ehrlicher2024-01-102-24/+103
* QSqlRecord: style fixesChristian Ehrlicher2023-12-282-27/+27
* Highlight some examples for 'Data Processing & IO' categoryKai Köhne2023-10-311-0/+5
* SQL: fix docChristian Ehrlicher2023-10-261-1/+1
* Fix datatype mappings for the Mimer SQL QtSql pluginFredrik Ålund2023-10-251-19/+86
* QSqlDatabase: check if QCoreApplication::instance() existsChristian Ehrlicher2023-10-121-0/+20
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-0/+3
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-2/+2
* Add QSqlField::swap() documentationIvan Solovev2023-09-121-0/+8
* Doc: Add missing since to enum valuePaul Wicking2023-09-111-1/+1
* QSqlIndex: implement member swap() and use a macro for move-assignmentIvan Solovev2023-08-231-1/+10
* SQL: add missing Q_DECLARE_SHARED to the value typesIvan Solovev2023-08-232-0/+4
* Doc: Fix warning about undocumented parameterKai Köhne2023-08-081-1/+2
* SQLDatabase: merge two global statics into oneChristian Ehrlicher2023-07-231-84/+51
* SQL/PSQL: Handle jsonb operators in prepared queriesChristian Ehrlicher2023-07-235-1/+62
* Do not generate the deprecated 'QtSql/qsql.h'Alexey Edelev2023-07-191-1/+0
* Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBaseGiuseppe D'Angelo2023-07-111-0/+1
* QtSql: Stylistic fixes based on the Qt 6.6 api reviewChristian Ehrlicher2023-07-082-2/+2
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-081-0/+4
* Say hello to QtVFS for SQLite3BogDan Vatra2023-07-021-0/+11
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* QSqlResult: remove bad API returning non-const referenceVolker Hilsheimer2023-06-213-9/+37
* Update Cached Table example meta-dataVolker Hilsheimer2023-05-241-1/+1
* SQL: Make QSqlDatabase::DriverDict creation thread-safeChristian Ehrlicher2023-05-241-15/+14
* QSqlDatabase: use a QReadWriteLock to access DriverDictChristian Ehrlicher2023-05-231-0/+3