summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Minor optimization use QString midRef instead of mid.Jędrzej Nowacki2014-01-151-1/+1
* Clear isOpenError flag on successful open callTobias Koenig2013-12-021-0/+1
* Support custom port number in IBASE SQL driverTobias Koenig2013-12-011-2/+6
* Fix compilation of OCI driverTobias Koenig2013-12-011-0/+1
* Fix evaluation of SQLite driver optionsTobias Koenig2013-12-011-10/+18
* Fix sub-second handling in SQLite driverTobias Koenig2013-11-281-0/+15
* Fix sub-second handling in MySQL driverTobias Koenig2013-11-281-1/+1
* Add QSQLITE_OPEN_URI database connection flagTobias Koenig2013-11-041-0/+2
* Fix - psql driver must format qdatetime using isoCristian Tarsoaga2013-10-261-2/+2
* Add two enums that weren't handled in the ibase SQL driverThiago Macieira2013-10-031-0/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+1
|\
| * Construct a valid QTime when creating timestamps for iBase SQL driver.Mitch Curtis2013-08-211-1/+1
* | Remove use of QFlag in the SQL driversThiago Macieira2013-08-242-23/+23
|/
* Fix comma warning found by ICCThiago Macieira2013-07-011-1/+1
* 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
| |/ |/|