summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
Commit message (Expand)AuthorAgeFilesLines
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-20/+19
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-4/+4
* 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
* | 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
|\ \
| * | QSqlError: fix redundant space in text() outputVincas Dargis2019-03-261-1/+1
| |/
* / Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-3/+3
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+1
|\
| * Replace executedQuery when executing a new queryJesus Fernandez2019-01-301-1/+1
* | Always escape the table names when creating the SQL statementAndy Shaw2019-01-232-8/+18
* | Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threadsAndy Shaw2018-12-232-0/+35
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-1/+1
|\
| * Modernize the "datestring" featureLiang Qi2018-09-241-1/+1
* | QSqlQuery: Specify documentation of named placeholdersChristian Ehrlicher2018-08-281-1/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-071-2/+4
|\|
| * QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-061-2/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-4/+4
|\|
| * QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-232-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-081-17/+17
|\|
| * QSqlField: rearrange QSqlFieldPrivate membersChristian Ehrlicher2018-03-071-17/+17
* | Sql: Add a feature for the SQL item modelsUlf Hermann2018-02-202-0/+2
|/
* doc: Fix several minor qdoc warningsMartin Smith2018-01-201-0/+1
* doc: Add missing template clause in \fn commandMartin Smith2018-01-121-1/+1
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-121-7/+8
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-7/+8
| |\
| | * QSqlRecord: (re)speedup indexOf(const QString& name)Christian Ehrlicher2018-01-061-7/+8
* | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
|/ /
* | QPSQL: Add support for forward-only queriesRobert Szefner2018-01-063-2/+24
* | QtSql: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-042-11/+2
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-023-14/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-023-14/+21
| |\|
| | * Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-082-2/+16
| | |\
| | | * Fix BC breakage by adding an overload for the QSqlField constructorAndy Shaw2017-11-132-2/+16
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-12/+5
| | |\ \ | | | |/ | | |/|
| | | * QSqlQuery: Remove temporary variable in navigation functionsRobert Szefner2017-11-291-12/+5
* | | | DB2: Pass on the native error codes to QSqlErrorAndy Shaw2018-01-021-0/+3
* | | | Return an invalid QSqlDatabase when accessing from another threadAndy Shaw2018-01-021-0/+6
|/ / /
* | | Copy the numericalPrecisionPolicy when copying the QSqlDatabaseAndy Shaw2017-12-011-0/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-0/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-0/+8
| |\|
| | * Add documentation about not having QSqlDatabase objects kept aroundAndy Shaw2017-09-081-0/+8
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-3/+3
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-37/+37
|/ /