summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Port from container.count()/length() to size()Marc Mutz2022-10-046-24/+24
* Introduce the qt_deprecates pragmaAlexey Edelev2022-09-061-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Remove QSqlTableModel::setQuery(const QSqlQuery &)Ivan Solovev2022-08-103-15/+11
* Make QSqlQueryModel::query() return a reference to the const QSqlQueryIvan Solovev2022-08-103-5/+17
* QtSql: establish removed_api.cpp for upcoming QT_SQL_REMOVED_SINCEIvan Solovev2022-08-102-0/+27
* QSqlQueryModel: guard the definition of deprecated methodIvan Solovev2022-08-101-1/+2
* QSqlQuery: Do not use deleted constructor in docsFabian Kosmale2022-08-101-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-035-0/+15
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-1656-2198/+112
* QtSql: includemocsMarc Mutz2022-04-285-0/+10
* Doc: Revise Qt SQL module landing pageAndreas Eliasson2022-04-251-14/+28
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-194-25/+27