summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-133-3/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-3/+10
| |\
| | * 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
|/ /
* | QtSql: eradicate remaining Q_FOREACH loopsMarc Mutz2016-02-171-2/+1
* | QOCIDriver: optimize string handling in tables()Marc Mutz2016-02-171-31/+49
* | Reduce allocations in QSQLiteDriver::open()'s connection options parsingMarc Mutz2016-02-151-7/+11
* | 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-1518-252/+360
* | | 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_odbc: remove forwardOnly overrideMark Brand2015-12-091-15/+5
* | | qsql: remove empty Result destructorsMark Brand2015-12-051-5/+0
* | | qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-0516-251/+368
* | | qsql: add missing Q_DECL_OVERRIDEMark Brand2015-11-3012-181/+181
* | | 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-265-13/+5
* | | qsql_odbc: rename QODBCPrivate to QODBCResultPrivateMark Brand2015-11-252-12/+12
* | | 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
|/ /
* | Fix build of PostgreSQL plugin with -Werror on Windows/64bit.Friedemann Kleint2015-11-061-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
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
* | 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
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\| |
| * | Fixing error with reading Time fields by qibase sql driver.Roman Bogolyubov2015-06-081-1/+1
* | | Added SSL support for MySQL database connectionsOlivier Delbeke2015-06-141-30/+67
|/ /
* | MySQL: Add support for the timeout options via the connectionOptionsAndy Shaw2015-04-271-12/+29
* | 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
* | PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-15/+27
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* | Update copyright headersJani Heikkinen2015-02-1118-126/+126
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-27/+28
|\|
| * QODBC: fix converted string values empty SQLServer 2012Maximilian Hrabowski2014-12-301-1/+11
| * Added timezone support for datetime fields in PSQLJulien Blanc2014-12-301-26/+17
* | Return true for QSqlQuery::isNull on non-existent fields.Milian Wolff2014-12-291-0/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-035-85/+85
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-1/+1
|\|