summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion()Vincas Dargis2015-12-121-0/+1
* Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+3
|\
| * quote QUuid valuesEvgeniy Fominov2015-06-071-0/+3
* | Fixing error with reading Time fields by qibase sql driver.Roman Bogolyubov2015-06-081-1/+1
* | MySQL: Add support for the timeout options via the connectionOptionsAndy Shaw2015-04-271-12/+29
* | MySQL: Keep the precision of the field when formatting the valueAndy Shaw2015-03-201-0/+3
* | QtSql: Fix const correctness in old style castsThiago Macieira2015-03-112-22/+22
* | PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-15/+27
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* | Update copyright headersJani Heikkinen2015-02-1118-126/+126
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-27/+28
|\|
| * QODBC: fix converted string values empty SQLServer 2012Maximilian Hrabowski2014-12-301-1/+11
| * Added timezone support for datetime fields in PSQLJulien Blanc2014-12-301-26/+17
* | Return true for QSqlQuery::isNull on non-existent fields.Milian Wolff2014-12-291-0/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-035-85/+85
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-1/+1
|\|
| * sqlite: don't use deprecated QSqlError constructorShawn Rutledge2014-11-261-1/+1
* | Retrieve auto-value for ODBC fields.Friedemann Kleint2014-10-271-0/+14
* | Split up function qMakeFieldInfo() in ODBC plugin.Friedemann Kleint2014-10-271-13/+51
* | Fix MSVC warnings about integer conversions in ODBC driver.Friedemann Kleint2014-10-241-5/+5
* | Remove non-UNICODE code branches from ODBC plugin.Friedemann Kleint2014-10-241-97/+4
|/
* 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