summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transactionMark Brand2012-08-131-7/+2
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+5
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-4/+42
* Add support for SQLSTATE error codesAndras Mantia2012-07-031-12/+18
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-0611-30/+35
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-055-23/+23
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Fix memory leaks in 64-bits ODBC driverHonglei Zhang2012-04-261-2/+4
* remove useless workaroundMark Brand2012-04-171-2/+1
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-5/+6
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-5/+5
|\
| * QTBUG-1363: fix QSqlField.length() for ODBCMark Brand2012-04-131-5/+5
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-42/+63
|\|
| * Convert Boolean value into integerHonglei Zhang2012-04-021-0/+4
| * Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-312-2/+7
| * Fix postgres notification support in the QPSQLDriver.Matt Newell2012-03-301-41/+53
* | QSqlDriver functions made virtualMatt Newell2012-04-028-21/+17
|/
* Fix memory leak when sqlite3_open_v2 failsHonglei Zhang2012-03-131-0/+5
* Improve type detection for query resultsAndy Shaw2012-03-071-4/+29
* Clean up some Q_WS_WINDebao Zhang2012-02-241-2/+2
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-094-40/+10
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-0/+1
* SQL driver implementation to signal notification sourcesTorben Dannhauer2012-02-012-2/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3018-18/+18
* Fix a compile error in qsql_sqlite2.cppLars Knoll2012-01-251-0/+8
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-243-0/+34
* Remove Symbian specific code from QtSql.Xizhi Zhu2012-01-231-2/+0
* Update contact information in license headers.Jason McDonald2012-01-2318-18/+18
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-0518-18/+18
* Check driver validity before using itHonglei Zhang2011-12-121-1/+3
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+7
* SQLite support only one statement at a timeHonglei Zhang2011-11-231-2/+9
* Fix compiler warnings.Friedemann Kleint2011-10-271-6/+0
* Fix compiler warnings.Friedemann Kleint2011-09-281-0/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2418-306/+306
* Fixed QTBUG-11935 : "With MySQL version > 50000 the QMYSQLDriver::Emmanuel BOURGERIE2011-05-101-4/+4
* Fixed QTBUG-11935Emmanuel BOURGERIE2011-05-101-2/+6
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2728-0/+15115