summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-9/+0
* Fix deprecation warnings in QtSql code snippetsFriedemann Kleint2020-08-201-2/+2
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+0
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-154-26/+86
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-113-2/+18
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Doc: Update sql-driver to reflect current minimum versions neededAndy Shaw2020-07-202-24/+13
* Doc: make cleanup on error more prominant in SQL driver instructionsSamuel Gaist2020-07-131-1/+1
* 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
| |\| |