summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-249-23/+23
* Update license headers and add new license filesMatti Paaso2014-09-2418-341/+197
* qsql ibase: fix memory corruption due to LONG being 4 bytes in firebird.David Faure2014-09-101-5/+9
* Initialize the count variable used in SQLNumResultCols to 0Andy Shaw2014-05-272-6/+6
* Fix PSQL column's metadataparihaaraka2014-04-291-5/+26
* Fix access of tmpStorage in QODBCResult::exec().Friedemann Kleint2014-04-031-25/+20
* [QtSql]QIBASE]add support for prepared queries in numRowsAffectedIsrael Lins Albuquerque2014-03-291-2/+12
* Fix QByteArray memory corruption in QIBaseDriver::open().Friedemann Kleint2014-03-191-20/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-1/+1
|\
| * Minor optimization use QString midRef instead of mid.Jędrzej Nowacki2014-01-151-1/+1
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-172-2/+2
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* | QSqlError: Set error code for psql-driver.Marcel Krems2013-12-201-3/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-053-12/+26
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-12-012-1/+16
|\|
| * Fix sub-second handling in SQLite driverTobias Koenig2013-11-281-0/+15
| * Fix sub-second handling in MySQL driverTobias Koenig2013-11-281-1/+1
* | Allow temporary databases in sqlite driverNicolas Cornu2013-11-301-2/+0
|/
* 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