summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-4/+4
* Doc: Fix QSqlField documentation for deprecated constructorVolker Hilsheimer2020-09-222-31/+4
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-1/+1
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+2
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+7
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* QtSql: enhance documentationChristian Ehrlicher2020-09-121-0/+8
* Interbase: Add support for the boolean typeAndy Shaw2020-09-111-1/+1
* Doc: Compile snippets only when running testsPaul Wicking2020-09-103-15/+25
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-101-28/+27
* QSqlError: Remove unused members, kept for binary compatibilityMarcel Krems2020-08-302-16/+3
* 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