summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reduce allocations in QSQLiteDriver::open()'s connection options parsingMarc Mutz2016-02-151-7/+11
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-6/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+1
| |\
| | * PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion()Vincas Dargis2015-12-121-0/+1
* | | Updated license headersJani Heikkinen2016-01-1552-728/+1040
* | | qsql_sqlite: fix segfault in dtor of orphan resultMark Brand2015-12-091-1/+2
* | | qsql_sqlite and qsql_sqlite2: don't hold driver data in resultMark Brand2015-12-092-25/+15
* | | qsql: remove QSqlCachedResultPrivate::forwardOnlyMark Brand2015-12-092-3/+0
* | | qsql_odbc: remove forwardOnly overrideMark Brand2015-12-091-15/+5
* | | qsql: remove empty Result destructorsMark Brand2015-12-053-11/+0