summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Inline the size and begin pointer in QVectorThiago Macieira2019-12-081-3/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-201-0/+3
| |\
| | * Doc: add warning for binding values in QSqlQuerySamuel Gaist2019-11-181-0/+3
* | | pass QSqlDatabase by const &Albert Astals Cid2019-10-152-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-241-0/+8
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-0/+8
| |\
| | * Add SQLite specific documentation when specifying a database nameAndy Shaw2019-09-211-0/+8
* | | QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-212-0/+6
|/ /
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-202-3/+3
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* | QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-1/+1
|\ \