summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Improve support for <MODULE>_PATH optionsMatt Fischer2013-05-101-7/+2
* qsql_odbc: fix SQLGetStmtAtt usageMark Brand2013-04-241-7/+5
* Use Q_DECLARE_PRIVATE for Oracle and DB2 pluginsAndy Shaw2013-04-094-12/+31
* QSQLITE2Driver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-082-11/+15
* QTDSDriver: fix index out of rangeMark Brand2013-04-041-1/+1
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-0412-104/+144
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-0210-37/+36
* make QSqlResultPrivate::fieldSerial() virtualMark Brand2013-04-021-2/+2
* QPSQLResultPrivate inherit QSqlResultPrivateMark Brand2013-04-022-12/+29
* QPSQLResultPrivate: do not duplicate reference to private driverMark Brand2013-04-022-17/+19
* ODBC: lost info about column metadata on SQL_NO_DATAIsrael Lins2013-03-201-5/+0
* Merge "Merge branch 'dev' into stable" into refs/staging/stableSergio Ahumada2013-03-2027-283/+365
|\
| * Merge branch 'dev' into stableOswald Buddenhagen2013-03-2027-283/+365
| |\
| | * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
| | * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-10/+10
| | * Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
| | * PSQL: lastInsertId without OID on tableIsrael Lins2013-02-281-1/+6
| | * ODBC: implementation of lastInsertId()Israel Lins2013-02-272-1/+38
| | * ODBC: improve detection of DBMSIsrael Lins2013-02-261-11/+19
| | * make static function a class memberMark Brand2013-02-261-7/+8
| | * rename private driver to privDriverMark Brand2013-02-261-12/+12
| | * qpsql: simplify expressionMark Brand2013-02-261-1/+1
| | * Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-269-45/+99
| | * Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-2627-18/+18
| | * 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