summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Build fix for -no-feature-datestringPaul Olav Tvete2017-03-011-3/+3
* Fix build for -no-feature-textdateStephan Binner2017-02-271-2/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-3/+4
|\
| * make more use of 'use' in library detectionOswald Buddenhagen2017-02-221-2/+4
| * configure: generalize command line overrides of library parametersOswald Buddenhagen2017-02-221-1/+0
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-28/+51
|\|
| * Doc: Updated doc QSqlDatabaseNico Vertriest2017-02-131-28/+51
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-083-3/+13
|\|
| * Unbreak ubsan developer-buildMarc Mutz2017-02-072-1/+8
| * work around mysql_config returning denormalized include pathsOswald Buddenhagen2017-02-021-2/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+2
|\|
| * configure: make library sources fail more verboselyOswald Buddenhagen2016-12-301-0/+2
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-1/+2
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-3/+0
|/
* MySQL: Make sure we clean the libraries from mysql_configThiago Macieira2016-12-142-2/+12
* Add missing override into Qt modulesAlexander Volkov2016-12-011-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+1
|\
| * Compile fix for DB2 sqldriver pluginAndy Shaw2016-10-241-4/+2
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+1
| |\
| | * QtSql: compile with GCC 7Marc Mutz2016-10-101-0/+1
* | | Make sure flags from library detections go to the right placesThiago Macieira2016-10-101-6/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-1/+1
| |\|
| | * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+11
| |\|
| | * Never return char variants when reading prepared MySQL statementsMilian Wolff2016-09-121-2/+9
| | * MySQL: Fix MySQL plugin build with MySQL 5.0Andy Shaw2016-09-061-2/+2
* | | Prefer pkg-config for finding libpqSune Vuorela2016-09-281-0/+1
* | | fix -system-sqlite configure optionMark Brand2016-09-221-1/+1
* | | QSqlRelation: mark shared-come-qt6Marc Mutz2016-09-171-1/+12
* | | rename description => label in configure.jsonOswald Buddenhagen2016-09-151-20/+20
* | | Modularize configure.json/.priLars Knoll2016-09-152-0/+290
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-14/+0
|\| |
| * | Doc: Remove references to Windows CE in Qt SQL and Qt NamespaceVenugopal Shivashankar2016-08-231-14/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-8/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-8/+8
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-8/+8
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+1
| |\|
| | * Fix UNSIGNED values in QMYSQLJesus Fernandez2016-06-141-0/+1
* | | Add list of 3rd party code attributions to Qt Core, Qt GUI, Qt SQLKai Koehne2016-08-121-0/+13
* | | QtSql: Fix qmake warning about missing qsql.hFriedemann Kleint2016-07-131-1/+0
* | | Add qtsqlglobal.h and qtsqlglobal_p.hLars Knoll2016-07-0322-11/+82
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-233-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-2/+2
| |\|
| | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| | * Fix typo in QSqlTableModel documentationVladislav Tronko2016-05-061-1/+1
| * | QtCore/QtDBus/QtSql: port the last remaining Q_FOREACH loop and add QT_NO_FOR...Marc Mutz2016-05-111-1/+1
* | | Always compile sql drivers as pluginsLars Knoll2016-04-0730-15743/+0
|/ /
* | Unify license header usage.Jani Heikkinen2016-03-2915-55/+155
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+5
|\|