| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-11 | 1 | -0/+4 |
| |\ |
|
| | * | PostgreSQL: Fix memory leak in subscribeToNotification() and unsubscribeFromN... | Vincas Dargis | 2016-03-01 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-21 | 1 | -0/+1 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2016-01-19 | 1 | -0/+1 |
| | |\ |
|
| | | * | PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion() | Vincas Dargis | 2015-12-12 | 1 | -0/+1 |
| * | | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | | qsql: apply Qt's PIMPL idiom to Q*ResultPrivate | Mark Brand | 2015-12-05 | 1 | -18/+14 |
| * | | | qsql: move Q<driver>Result out of header | Mark Brand | 2015-11-27 | 1 | -0/+29 |
| |/ / |
|
| * / | Fix build of PostgreSQL plugin with -Werror on Windows/64bit. | Friedemann Kleint | 2015-11-06 | 1 | -1/+1 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Oswald Buddenhagen | 2015-07-17 | 1 | -0/+3 |
| |\ |
|
| | * | quote QUuid values | Evgeniy Fominov | 2015-06-07 | 1 | -0/+3 |
| * | | QtSql: Fix const correctness in old style casts | Thiago Macieira | 2015-03-11 | 1 | -3/+3 |
| * | | PostgreSQL: Fix special floating point handling for 'float' types. | Friedemann Kleint | 2015-02-18 | 1 | -15/+27 |
| * | | Pass params of shareable type by const-ref rather than by value | Konstantin Ritt | 2015-02-13 | 1 | -1/+1 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2015-01-21 | 1 | -26/+17 |
| |\| |
|
| | * | Added timezone support for datetime fields in PSQL | Julien Blanc | 2014-12-30 | 1 | -26/+17 |
| * | | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -1/+1 |
| |/ |
|
| * | Expose QSqlDriverPrivate dbmsType in public QSqlDriver api | Matt Broadstone | 2014-09-24 | 1 | -1/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Fix PSQL column's metadata | parihaaraka | 2014-04-29 | 1 | -5/+26 |
| * | QSqlError: Set error code for psql-driver. | Marcel Krems | 2013-12-20 | 1 | -3/+4 |
| * | Fix - psql driver must format qdatetime using iso | Cristian Tarsoaga | 2013-10-26 | 1 | -2/+2 |
| * | QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATE | Mark Brand | 2013-04-04 | 1 | -16/+32 |
| * | Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers | Andy Shaw | 2013-04-02 | 1 | -5/+5 |
| * | make QSqlResultPrivate::fieldSerial() virtual | Mark Brand | 2013-04-02 | 1 | -2/+2 |
| * | QPSQLResultPrivate inherit QSqlResultPrivate | Mark Brand | 2013-04-02 | 1 | -8/+27 |
| * | QPSQLResultPrivate: do not duplicate reference to private driver | Mark Brand | 2013-04-02 | 1 | -15/+14 |
| * | Merge branch 'dev' into stable | Oswald Buddenhagen | 2013-03-20 | 1 | -20/+26 |
| |\ |
|
| | * | PSQL: lastInsertId without OID on table | Israel Lins | 2013-02-28 | 1 | -1/+6 |
| | * | make static function a class member | Mark Brand | 2013-02-26 | 1 | -7/+8 |
| | * | rename private driver to privDriver | Mark Brand | 2013-02-26 | 1 | -12/+12 |
| | * | qpsql: simplify expression | Mark Brand | 2013-02-26 | 1 | -1/+1 |
| | * | Rename the SQL driver header files to _p.h (make private) | Thiago Macieira | 2013-02-26 | 1 | -1/+1 |
| * | | postgresql driver: escape backslashes only when server requires it | Mark Brand | 2013-03-13 | 1 | -5/+33 |
| |/ |
|
| * | qpsql: reuse QSqlResultPrivate::positionalToNamedBinding | Mark Brand | 2013-02-15 | 1 | -24/+3 |
| * | qpsql: fix spelling in comment | Mark Brand | 2013-02-12 | 1 | -2/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix warnings in the SQL drivers found by GCC 4.7 | Thiago Macieira | 2012-12-28 | 1 | -0/+1 |
| * | Use PG_VERSION if PG_MAJORVERSION is not defined | Andy Shaw | 2012-12-20 | 1 | -16/+21 |
| * | Fix msvc2010 compiler warnings of switch with default but no case labels | Thiago A. Correa | 2012-11-18 | 1 | -4/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Add support for SQLSTATE error codes | Andras Mantia | 2012-07-03 | 1 | -12/+18 |
| * | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql] | Thiago Macieira | 2012-05-05 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/master' into api_changes | Oswald Buddenhagen | 2012-04-10 | 1 | -41/+58 |
| |\ |
|
| | * | Add payload to QSqlDriver notification with PSQL implementation. | Matt Newell | 2012-03-31 | 1 | -1/+6 |
| | * | Fix postgres notification support in the QPSQLDriver. | Matt Newell | 2012-03-30 | 1 | -41/+53 |
| * | | QSqlDriver functions made virtual | Matt Newell | 2012-04-02 | 1 | -3/+3 |
| |/ |
|
| * | Introduce Q_DECLARE_OPAQUE_POINTER | João Abecasis | 2012-02-09 | 1 | -10/+2 |
| * | SQL driver implementation to signal notification sources | Torben Dannhauer | 2012-02-01 | 1 | -1/+6 |