summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/psql/qsql_psql.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SQL driver implementation to signal notification sourcesTorben Dannhauer2012-02-011-1/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+11
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1372