summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-198-41/+51
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-198-40/+36
* Sql: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Rest of QtBase: compile-optimize inline swap functionsMarc Mutz2022-03-173-7/+5
* QSqlTableModel: suppress deprecation warningMårten Nordheim2022-03-051-1/+1
* Treat invalid Q(Date)?Time as null when used as an SQL valueEdward Welbourne2022-02-211-2/+4
* Check for null driver() before trying to exec()Edward Welbourne2022-01-251-1/+5
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-122-2/+34
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-091-1/+1
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* Fix typos in SQL driver documentationJonas Kvinge2021-10-141-2/+2
* Doc: Prettify -G cmake arguments in SQL drivers documentationJoerg Bornemann2021-10-081-17/+17
* Doc: Fix cmake build/install commands in SQL driver documentationJoerg Bornemann2021-10-081-33/+32
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Doc: Ensure deprecated APIs in Qt Sql are documented as suchNico Vertriest2021-07-222-20/+19
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-10/+2
* Remove old configure-related filesJoerg Bornemann2021-06-181-22/+0
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-263-6/+6
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-031-1/+2
* QSqlQuery: make it a move only typeGiuseppe D'Angelo2021-03-214-20/+92
* QSqlError: protect against self-assignmentVolker Hilsheimer2021-03-171-2/+6
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-1/+1
* Doc: Fix warnings about wrong snippet path or missing .pro fileNico Vertriest2021-02-191-0/+3