summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-1626-976/+52
* QtSql: includemocsMarc Mutz2022-04-282-0/+4
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-193-10/+12
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-195-25/+34
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-196-38/+34
* Sql: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Rest of QtBase: compile-optimize inline swap functionsMarc Mutz2022-03-172-4/+2
* Treat invalid Q(Date)?Time as null when used as an SQL valueEdward Welbourne2022-02-211-2/+4
* Check for null driver() before trying to exec()Edward Welbourne2022-01-251-1/+5
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-122-2/+34
* Doc: Ensure deprecated APIs in Qt Sql are documented as suchNico Vertriest2021-07-221-18/+18
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-251-10/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-262-5/+5
* QSqlQuery: make it a move only typeGiuseppe D'Angelo2021-03-212-14/+63
* QSqlError: protect against self-assignmentVolker Hilsheimer2021-03-171-2/+6
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-111-0/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-27/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-162-3/+3
* Deprecate QVariant::TypeLars Knoll2020-10-233-11/+11
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-2/+4
* Doc: Fix QSqlField documentation for deprecated constructorVolker Hilsheimer2020-09-222-31/+4
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+7
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* QSqlError: Remove unused members, kept for binary compatibilityMarcel Krems2020-08-302-16/+3
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-9/+0
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-154-26/+86
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-112-1/+16
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-075-13/+11
* Use QList instead of QVector in sqlJarek Kobus2020-06-256-12/+12
* Simplify QSqlResultPrivate::fieldSerial()Andy Shaw2020-06-231-15/+1
* Change boundValues() to return a QVariantListAndy Shaw2020-06-222-17/+14
* 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
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-083-8/+6
|\
| * Doc: make Qt Sql snippets compilableNico Vertriest2020-03-203-8/+6
* | QSqlError: Remove deprecated methodsMarcel Krems2020-04-062-128/+0
* | 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 deprecated signal 'notification(QString)'Christian Ehrlicher2020-02-071-14/+0
* | QtSQL: remove SQLite2 and TDS driver for Qt6Christian Ehrlicher2020-02-071-16/+1
* | 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
* | SQL: cleanup private classesChristian Ehrlicher2020-01-076-56/+34
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-092-4/+4
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-4/+4