summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/psql/qsql_psql.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-071-1508/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+4
|\
| * PostgreSQL: Fix memory leak in subscribeToNotification() and unsubscribeFromN...Vincas Dargis2016-03-011-0/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+1
|\|
| * 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
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-051-18/+14
* | | qsql: move Q<driver>Result out of headerMark Brand2015-11-271-0/+29
|/ /
* / Fix build of PostgreSQL plugin with -Werror on Windows/64bit.Friedemann Kleint2015-11-061-1/+1
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+3
|\
| * quote QUuid valuesEvgeniy Fominov2015-06-071-0/+3
* | QtSql: Fix const correctness in old style castsThiago Macieira2015-03-111-3/+3
* | 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-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-26/+17
|\|
| * Added timezone support for datetime fields in PSQLJulien Blanc2014-12-301-26/+17
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
|/
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix PSQL column's metadataparihaaraka2014-04-291-5/+26
* QSqlError: Set error code for psql-driver.Marcel Krems2013-12-201-3/+4
* Fix - psql driver must format qdatetime using isoCristian Tarsoaga2013-10-261-2/+2
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-041-16/+32
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-5/+5
* make QSqlResultPrivate::fieldSerial() virtualMark Brand2013-04-021-2/+2
* QPSQLResultPrivate inherit QSqlResultPrivateMark Brand2013-04-021-8/+27
* QPSQLResultPrivate: do not duplicate reference to private driverMark Brand2013-04-021-15/+14
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-20/+26
|\
| * PSQL: lastInsertId without OID on tableIsrael Lins2013-02-281-1/+6
| * 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
| * Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1
* | postgresql driver: escape backslashes only when server requires itMark Brand2013-03-131-5/+33
|/
* qpsql: reuse QSqlResultPrivate::positionalToNamedBindingMark Brand2013-02-151-24/+3
* qpsql: fix spelling in commentMark Brand2013-02-121-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-281-0/+1
* Use PG_VERSION if PG_MAJORVERSION is not definedAndy Shaw2012-12-201-16/+21
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add support for SQLSTATE error codesAndras Mantia2012-07-031-12/+18
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-6/+6
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-41/+58
|\
| * Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-311-1/+6
| * Fix postgres notification support in the QPSQLDriver.Matt Newell2012-03-301-41/+53
* | QSqlDriver functions made virtualMatt Newell2012-04-021-3/+3
|/
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-10/+2