summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/psql/qsql_psql.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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