summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-182-25/+4
| | |\
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-145-6/+5
| | |\ \
| | * | | qsql ibase: remove duplicate class definitionMark Brand2013-02-051-23/+0
| | * | | Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-0110-125/+152
| | * | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-299-35/+0
| | * | | Fix warning about type-punned pointersThiago Macieira2013-01-261-18/+24
* | | | | ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-03-201-1/+1
|/ / / /
* | | | postgresql driver: escape backslashes only when server requires itMark Brand2013-03-131-5/+33
* | | | ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-03-131-1/+1
* | | | Fix for Sql query aliases with dotsMarko Kangas2013-03-131-2/+1
| |_|/ |/| |
* | | Fix DB2 driver X64 Linux BuildKarim Pinter2013-02-151-1/+1
* | | qpsql: reuse QSqlResultPrivate::positionalToNamedBindingMark Brand2013-02-151-24/+3
| |/ |/|
* | qpsql: fix spelling in commentMark Brand2013-02-121-2/+1
* | don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-284-4/+4
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1818-18/+18
* Remove the QtSql driver headers from the APIThiago Macieira2013-01-149-0/+48
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-284-13/+17
* Use PG_VERSION if PG_MAJORVERSION is not definedAndy Shaw2012-12-201-16/+21
* tr()-Fix: Do not add up translateable strings.Friedemann Kleint2012-11-261-2/+1
* SQL: Fix OCI driver's compile errors.Caroline Chao2012-11-201-2/+4
* Fix error reporting in TDS SQL driver.Aaron McCarthy2012-11-181-2/+4
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-187-28/+7
* fix binding of bool type in mysql driverMark Brand2012-11-091-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2218-432/+432
* remove mentions of borland from project filesOswald Buddenhagen2012-09-194-7/+3
* sql: Include own headers firstSergio Ahumada2012-09-191-2/+2
* 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