summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* QSqlRecord: style fixesChristian Ehrlicher2023-12-282-27/+27
* Highlight some examples for 'Data Processing & IO' categoryKai Köhne2023-11-131-0/+5
* SQL: fix docChristian Ehrlicher2023-10-261-1/+1
* Fix datatype mappings for the Mimer SQL QtSql pluginFredrik Ålund2023-10-251-19/+86
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-061-2/+2
* Add QSqlField::swap() documentationIvan Solovev2023-09-121-0/+8
* Doc: Add missing since to enum valuePaul Wicking2023-09-121-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
* QtSql: Stylistic fixes based on the Qt 6.6 api reviewChristian Ehrlicher2023-07-082-2/+2
* QSqlResult: remove bad API returning non-const referenceVolker Hilsheimer2023-06-263-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
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* QSqlField: add move ctor & move operatorChristian Ehrlicher2023-04-262-37/+17
* QSqlRecord: use QSharedData for private classChristian Ehrlicher2023-04-262-25/+12
* Remove unused documentation code snippetsFriedemann Kleint2023-04-172-258/+0
* QSQLDatabase: avoid some code duplicationChristian Ehrlicher2023-04-141-15/+11
* QSqlError: Make QSqlErrorPrivate implicitly sharedChristian Ehrlicher2023-04-122-23/+12
* QSqlQuery: add boundValueName()/boundValueNames()Christian Ehrlicher2023-04-074-2/+51
* SQL/QSqlRelationalTableModel escape the auto-generated aliasChristian Ehrlicher2023-04-061-0/+1
* SQL/MySQL: add option MYSQL_OPT_TLS_VERSION & MYSQL_OPT_SSL_MODEChristian Ehrlicher2023-04-061-0/+10
* QSqlError: also compare nativeErrorCode() in operator==() / operator!=()Christian Ehrlicher2023-04-031-4/+8
* Use Qt CMake APIs to exclude files from Unity BuildAmir Masoud Abdol2023-04-031-3/+0
* QSqlError: misc cleanupChristian Ehrlicher2023-04-012-10/+10
* QSqlIndex: add move ctor & move operatorChristian Ehrlicher2023-03-312-0/+24
* SQL/SQLDatabase: do not copy q within QSqlDatabasePrivate::copy()Christian Ehrlicher2023-03-161-9/+5
* SQL: add QIBASE to tocChristian Ehrlicher2023-03-121-0/+1
* SQL/ODBC: Return all native error codesChristian Ehrlicher2023-03-071-3/+3
* QSqlDatabase: deprecate QSqlDatabase::exec()Christian Ehrlicher2023-03-062-4/+6
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-207-2/+179
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-0/+3
* SQL/MySQL: add options to explicitly specify the protocol typeChristian Ehrlicher2023-02-121-1/+12
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-5/+0
* Doc: Fix usages of deleted QVariant constructorsSze Howe Koh2023-01-253-4/+4
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-207-53/+48
* SQL: include cleanupChristian Ehrlicher2023-01-187-12/+4
* QSqlRecord: add missing C++11 move SMFsMarc Mutz2023-01-132-2/+38
* QtSql: Disambiguate typedefsFriedemann Kleint2023-01-122-26/+26
* SQL: more documentation and test cleanupsChristian Ehrlicher2023-01-063-77/+20
* SQL: rework the connection options documentation (typos)Christian Ehrlicher2022-12-291-15/+17
* QSqlDatabase: remove a pointless const_castGiuseppe D'Angelo2022-12-231-1/+1
* Support connecting Oracle DB as system userJohannes Oikarinen2022-12-221-0/+7
* SQL: rework the connection options documentationChristian Ehrlicher2022-12-222-92/+199
* SQL: misc cleanup in QSqlRecord/QSqlFieldChristian Ehrlicher2022-12-222-35/+19
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-081-0/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* SQL/MySQL: rework driver option parsingChristian Ehrlicher2022-10-221-5/+12