summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-0521-275/+414
* | | qsql: move QSqlCachedResultPrivate to headerMark Brand2015-11-302-18/+18
* | | qsqldriver: use Q_D macroMark Brand2015-11-301-10/+19
* | | qsql: add missing Q_DECL_OVERRIDEMark Brand2015-11-3014-218/+217
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | | qsql: move Q<driver>Result out of headerMark Brand2015-11-278-142/+134
* | | qsql: add missing Q_EXPORT_SQLDRIVER_* macrosMark Brand2015-11-273-3/+15
* | | qsql: remove stray includes and forward declsMark Brand2015-11-266-14/+7
* | | QSqlResult: const for driverMark Brand2015-11-252-3/+3
* | | qsql_odbc: rename QODBCPrivate to QODBCResultPrivateMark Brand2015-11-252-12/+12
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-233-0/+6
|\| |
| * | QSqlQueryModel::clear(): Call begin/endResetModel().Friedemann Kleint2015-11-193-0/+6
* | | qsql_ibase: use virtual createResultMark Brand2015-11-231-1/+1
* | | qsql_oci: fix option typesMark Brand2015-11-231-2/+2
* | | qsql_db2: fix build failureMark Brand2015-11-231-5/+6
|/ /
* | Doc: corrected snippet QSqlTableModelNico Vertriest2015-11-161-2/+3
* | Fix build of PostgreSQL plugin with -Werror on Windows/64bit.Friedemann Kleint2015-11-061-1/+1
* | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-14/+15
|\|
| * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
* | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+3
| |\
| | * quote QUuid valuesEvgeniy Fominov2015-06-071-0/+3
* | | Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-14/+20
* | | QtSql: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-085-8/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-9/+9
|\| |
| * | Replace MAC OS X with OS XNico Vertriest2015-06-301-8/+8
| * | Fixing error with reading Time fields by qibase sql driver.Roman Bogolyubov2015-06-081-1/+1
* | | QSqlIndex: replace QList<bool> with QVector<bool>Marc Mutz2015-06-282-1/+7
* | | Added SSL support for MySQL database connectionsOlivier Delbeke2015-06-143-32/+73
|/ /
* | Doc: added doc for non-documented functionsNico Vertriest2015-05-182-0/+11
* | MySQL: Add support for the timeout options via the connectionOptionsAndy Shaw2015-04-272-12/+32
* | MySQL: Keep the precision of the field when formatting the valueAndy Shaw2015-03-201-0/+3
* | QtSql: Fix const correctness in old style castsThiago Macieira2015-03-112-22/+22
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-26/+26
|\|
| * Update SQL plugin path within Qt's sourcesSamuel Gaist2015-02-162-26/+26