summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix misguided conditional, simplify codeEdward Welbourne2021-02-181-6/+2
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-7/+8
* CMake: Port the snippet project setup to CMakeVenugopal Shivashankar2021-02-103-0/+26
* Adjust sql drivers documentation to cmakeAlexey Edelev2021-01-192-163/+195
* 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