summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio19 hours1-0/+3
* QSqlDatabase: make evident the name of the driver that failed to loadThiago Macieira2025-04-141-3/+3
* Doc: Add Alt-text to the Qt SQL examplesSafiyyah Moosa2025-04-093-3/+3
* QSqlError: rename ctor parameter to 'nativeErrorCode'Christian Ehrlicher2025-03-312-6/+6
* QSqlQueryModel: memoize roleNames()Marc Mutz2025-03-201-1/+2
* QSqlQueryModel: restore RVO in data()Marc Mutz2025-03-171-4/+3
* Doc: Clarify building a separate SQL driverJoerg Bornemann2025-03-071-0/+3
* Short live QCoreApplication::instanceExists()Thiago Macieira2025-02-261-3/+3
* QSqlDatabase: provide QString defaultConnectionName()Thiago Macieira2025-02-072-8/+13
* QSqlDatabase: fix historical mistake of defaultConnection being non-constThiago Macieira2025-02-073-3/+21
* QSqlQuery: complete the deprecation/removal of its copiesGiuseppe D'Angelo2025-02-034-7/+15
* QSqlQueryModel: add new function to refresh the model dataChristian Ehrlicher2024-12-202-20/+6
* QSqlDriver: return the connection name of the assoicated QSqlDatabaseChristian Ehrlicher2024-12-204-1/+23
* QtSql: fix GCC -Wextra-semi warnings after member function definitionsAhmad Samir2024-12-122-2/+2
* QSqlTableModel: remove a call to `cache.empty()`Botond István Horváth2024-12-051-3/+0
* QSqlQueryModel: New method to re-execute the current queryDheerendra Purohit2024-11-202-0/+31
* CMake: Add doc_snippets featureKai Köhne2024-11-191-2/+1
* SQL/Doc: add notes about QDateTime handlingChristian Ehrlicher2024-11-141-0/+43
* Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasingMarc Mutz2024-11-082-4/+2
* Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasingMarc Mutz2024-11-081-3/+1
* Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasingMarc Mutz2024-11-052-6/+2
* QSqlRelationalTableModel: properly clear relational dictionaryChristian Ehrlicher2024-09-071-3/+18
* Allow resetting foreign key in QSqlRelationalTableModelTobias Koenig2024-09-041-3/+4
* SQL/Doc: improve documentation on building and debugging a sql driverChristian Ehrlicher2024-09-011-10/+28
* SQL/Interbase: Add and document Interbase_ROOTChristian Ehrlicher2024-08-302-25/+6
* SQL/MySQL: use MySQL_ROOT in documentationChristian Ehrlicher2024-08-281-3/+3
* SQL/Oracle: use Oracle_ROOT in documentationChristian Ehrlicher2024-08-281-2/+2
* SQL/PostgreSQL: use PostgreSQL_ROOT in documentationChristian Ehrlicher2024-08-282-3/+3
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-282-4/+0
* SQL/Doc: remove paragraph about CMAKE_INCLUDE/LIBRARY_PATHChristian Ehrlicher2024-08-252-26/+0
* Docs: Organize topics in the qtbase repoAlexei Cazacov2024-08-132-1/+34
* SQL/QSqlRelationTableModel: don't crash with more than one relationChristian Ehrlicher2024-07-221-30/+35
* QSqlDriver/doc: Add a note about features depending on the db serverChristian Ehrlicher2024-07-221-1/+3
* SQL/QSqlField: move deprecated functions decls to correct placeChristian Ehrlicher2024-06-131-5/+7
* SQL: Code cleanup - move Q_PROPERTY to the correct placeChristian Ehrlicher2024-06-125-8/+8
* SQL/Doc: add note about QAnyStringViewChristian Ehrlicher2024-06-122-0/+33
* Remove GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-121-1/+0
* Logging: Add a macro for static logging categoryUlf Hermann2024-06-052-2/+2
* QSqlRecord/QSqlQuery: Use QAnyStringView instead QStringViewChristian Ehrlicher2024-06-045-113/+121
* SQL/QSqlRecord: rework QRecord::indexOf(QStringView)Christian Ehrlicher2024-05-311-20/+27
* QSqlDatabase: Rename currentThread() to thread()Christian Ehrlicher2024-05-312-2/+2
* SQL/models: use qsizetype/range-base for loops where possibleChristian Ehrlicher2024-05-234-42/+22
* Add -Wweak-vtables to headerscleanJesus Fernandez2024-05-192-1/+3
* SQL/QSqlIndex: remove unused private function createField()Christian Ehrlicher2024-04-262-19/+0
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher2024-04-252-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