summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Initialize the QSqlQuery to be invalid when creating a sql modelAndy Shaw2018-08-282-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-171-13/+13
|\
| * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-161-13/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-37/+0
|\|
| * Remove the src/sql/README.module fileThiago Macieira2018-08-041-37/+0
* | Show the display role inside the editor for the relation in a QComboBoxAndy Shaw2018-05-291-1/+22
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-6/+6
|\|
| * doc: Explicitly mention that QSqlRecord fields are generated by defaultAndy Shaw2018-05-231-6/+6
* | 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-2010-2/+37
|/
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-191-2/+3
| |\
* | \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-2/+3
|\ \ \ | | |/ | |/|
| * | Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-2/+3
* | | Fix typosJarek Kobus2018-02-131-1/+1
* | | doc: Add documentation for swap() functionsMartin Smith2018-01-241-0/+6
* | | 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-123-7/+26
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-113-7/+26
| |\ \ \ | | | |/ | | |/|
| | * | doc: Hints for using SAP HANA databaseJoachim Puhr2018-01-092-0/+18
| | * | 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-066-2/+107
* | | 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-025-207/+152
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-025-207/+152
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-302-193/+131
| | |\|
| | | * update sqldriver docsOswald Buddenhagen2017-12-143-199/+131
| | * | 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-194-6/+6
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-65/+65
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+2
|\|
| * Doc: Mark the dbmsType() function and DbmsType enum as internalAndy Shaw2017-08-161-0/+2
* | QSqlTableModel: avoid copying QSqlRecord instancesDavid Faure2017-08-102-6/+10