summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/psql
Commit message (Expand)AuthorAgeFilesLines
* Always compile sql drivers as pluginsLars Knoll2016-04-073-1646/+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-152-28/+40
* | | qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-051-18/+14
* | | qsql: move Q<driver>Result out of headerMark Brand2015-11-272-33/+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-112-14/+14
* | 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-032-32/+32
|/
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Fix PSQL column's metadataparihaaraka2014-04-291-5/+26
* Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* 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
* Fix comma warning found by ICCThiago Macieira2013-07-011-1/+1
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-042-20/+33
* 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-022-12/+29
* QPSQLResultPrivate: do not duplicate reference to private driverMark Brand2013-04-022-17/+19
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-203-30/+38
|\
| * 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
| * Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-261-5/+11
| * Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-263-2/+2
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-24/+3
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-142-3/+2
| |\ \
| * | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* | | | 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
* | don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-281-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Remove the QtSql driver headers from the APIThiago Macieira2013-01-141-0/+5
* 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