summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers
Commit message (Expand)AuthorAgeFilesLines
* Never return char variants when reading prepared MySQL statementsMilian Wolff2016-09-121-2/+9
* MySQL: Fix MySQL plugin build with MySQL 5.0Andy Shaw2016-09-061-2/+2
* Fix UNSIGNED values in QMYSQLJesus Fernandez2016-06-141-0/+1
* ODBC: Fix a memory leak when open() fails.HyungDon Lee2016-03-051-1/+6
* Fix compile with clang and -Werror.Milian Wolff2016-03-031-2/+0
* PostgreSQL: Fix memory leak in subscribeToNotification() and unsubscribeFromN...Vincas Dargis2016-03-011-0/+4
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+1
|\
| * PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion()Vincas Dargis2015-12-121-0/+1
* | Fix build of PostgreSQL plugin with -Werror on Windows/64bit.Friedemann Kleint2015-11-061-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-14/+15
|\|
| * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+3
| |\
| | * quote QUuid valuesEvgeniy Fominov2015-06-071-0/+3
* | | Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-14/+20
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\| |
| * | Fixing error with reading Time fields by qibase sql driver.Roman Bogolyubov2015-06-081-1/+1
* | | Added SSL support for MySQL database connectionsOlivier Delbeke2015-06-141-30/+67
|/ /
* | 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