summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/psql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* 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-022-8/+7
|/
* 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-302-2/+2
* 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-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-242-34/+34
* Initial import from the monolithic Qt.Qt by Nokia2011-04-273-0/+1541