summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-076-14/+12
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Use QList instead of QVector in sqlJarek Kobus2020-06-2510-16/+16
* Simplify QSqlResultPrivate::fieldSerial()Andy Shaw2020-06-231-15/+1
* Change boundValues() to return a QVariantListAndy Shaw2020-06-224-32/+83
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-2/+3
* QtSql: remove unused includesChristian Ehrlicher2020-06-202-5/+0
* Port QtSql from QStringRef to QStringViewLars Knoll2020-06-111-4/+4
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+1
* Document how to use CMake for Qt SQLKai Koehne2020-05-266-83/+21
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-232-4/+0
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-192-2/+2
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-3/+3
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-071-0/+1
* Snippets: Fix gcc warning about unused variableKai Koehne2020-05-071-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0821-171/+814
|\
| * Doc: Fix coverity warnings in SQL snippetsPaul Wicking2020-03-262-8/+10
| * Doc: make Qt Sql snippets compilableNico Vertriest2020-03-2021-163/+804
* | QSqlError: Remove deprecated methodsMarcel Krems2020-04-062-128/+0
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-5/+0
|\|
| * Doc: Remove \contentspage commandsTopi Reinio2020-03-151-5/+0
* | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-091-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-5/+9
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-5/+9
| |\
| | * Doc: List alternative ways to get the MySQL C ConnectorSze Howe Koh2020-02-271-9/+12
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-4/+4
|\| |
| * | QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-192-25/+14
* | | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-132-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-2/+2
| |\|
| | * Sql driver doc: fix typoChristian Ehrlicher2020-02-011-2/+2
* | | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-101-0/+2
|\ \ \
| * | | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-0/+2
* | | | QtSql: remove deprecated signal 'notification(QString)'Christian Ehrlicher2020-02-071-14/+0
* | | | QtSQL: remove SQLite2 and TDS driver for Qt6Christian Ehrlicher2020-02-074-151/+2
|/ / /
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-297-28/+27
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-283-8/+8
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-283-8/+8
| | |\|
| | | * Doc: Fix QSql*Model snippetsSze Howe Koh2020-01-193-8/+8
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-284-20/+19
| |\| |
| | * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-20/+19
* | | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2413-102/+162
|\| | |
| * | | SQL: cleanup private classesChristian Ehrlicher2020-01-076-56/+34
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-042-32/+114
| |\| |
| | * | SQL: add proper support to build QMYSQL with MariaDB client librariesChristian Ehrlicher2020-01-032-10/+24
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-7/+4
| | |\|
| | | * Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-141-7/+4
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-122-22/+93
| | |\|
| | | * Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-112-22/+93