summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-111-0/+1
* Remove the qmake project filesJoerg Bornemann2021-01-076-88/+0
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-171-4/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-162-3/+3
* Doc: Update the SQL types documentation with regards to the double typesAndy Shaw2020-11-121-18/+18
* Fix Qt SQL terminologyJerome Pasion2020-11-121-2/+2
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* Doc: Fix documentation warnings for Qt SQLTopi Reinio2020-10-302-2/+6
* Doc: Fix links to the CMake manualTopi Reinio2020-10-301-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-234-12/+12
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-2/+4
* 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