summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-151-0/+5
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-134-8/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-114-8/+14
| |\|
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+4
| | * ODBC: Fix a memory leak when open() fails.HyungDon Lee2016-03-051-1/+6
| | * Fix compile with clang and -Werror.Milian Wolff2016-03-031-2/+0
| | * PostgreSQL: Fix memory leak in subscribeToNotification() and unsubscribeFromN...Vincas Dargis2016-03-011-0/+4
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-122-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-0/+11
|\|
| * QSqlDriver::sqlStatement: documentation fixMark Brand2016-02-241-0/+11
* | QSqlDriver:sqlStatement: respect generated flags for WHERE tooMark Brand2016-02-241-1/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-23/+15
|\|
| * QSqlDriver: use table prefix in WHERE clausesVyacheslav Grigoryev2016-02-171-23/+15
* | QtSql: eradicate remaining Q_FOREACH loopsMarc Mutz2016-02-173-5/+5
* | QOCIDriver: optimize string handling in tables()Marc Mutz2016-02-171-31/+49
* | Improve sql allocated cache reuseEric Lemanissier2016-02-161-1/+0