summaryrefslogtreecommitdiff
path: root/src/sql/drivers/psql
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-312-26/+26
* Fix - psql driver must format qdatetime using isoCristian Tarsoaga2014-05-051-2/+2
* Updated year in copyright headerKai Koehne2014-03-262-2/+2
* postgresql driver: escape backslashes only when server requires itMark Brand2013-05-281-5/+33
* Add support for SQLSTATE error codesAndras Mantia2013-02-281-12/+18
* don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-291-1/+1
* Fix postgres notification support in the QPSQLDriver.Matt Newell2013-01-271-37/+51
* Update copyright year in Digia's license headersSergio Ahumada2013-01-132-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-292-48/+48
* Update contact information in license headers.Sergio Ahumada2012-08-012-4/+4
* Update year in Nokia copyright messages.Jason McDonald2012-01-112-2/+2
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-132-34/+34
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-0/+6
|\
| * Fix warnings in PSQL driver: handle VersionUnknown in switchThiago Macieira2011-01-261-0/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-172-2/+2
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-112-2/+2
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-252-36/+86
|\ \ | |/
| * Add Postgresql 8.x and 9 supportsCharles Yin2010-12-232-36/+86
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-5/+2
|\ \ | |/
| * scope fixes and clutter reduction for sql driver projectsMark Brand2010-08-251-5/+2
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-2/+2
|/
* Simplify *= to += after contains() testMark Brand2010-07-071-2/+2
* Consolidate sql driver configuration redundancyMark Brand2010-07-071-0/+13
* Update copyright year to 2010Jason McDonald2010-01-072-2/+2
* Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-051-1/+1
|\
| * Fix retrieval of SQL type "TIME" information for PostgreSQLDerick Hawcroft2009-11-051-1/+1
| * Update license headers again.Jason McDonald2009-09-082-8/+8
* | Fixes Floating point number truncation in qsqlpsql plugin under linuxBill King2009-11-021-1/+1
* | Update license headers again.Jason McDonald2009-09-092-8/+8
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-312-26/+26
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-312-26/+26
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-1/+2
|\ \ | |/
| * Update license headers.Jason McDonald2009-08-112-2/+2
| * Fixes formatting of date strings in psql driverBill King2009-08-111-1/+1
| * Missing break when formatting from a time valueBill King2009-08-111-0/+1
* | Update contact URL in license headers.Jason McDonald2009-08-122-2/+2
* | Fixes coverity warning of uninit variable.Bill King2009-08-111-1/+1
* | Fixes casing issue in the PSQL driver.Bill King2009-08-051-5/+5
* | Merge commit 'origin/4.5'Bill King2009-07-131-14/+22
|\ \ | |/
| * Plugged possible memory leak in getPSQLVersion()Stian Sandvik Thomassen2009-07-091-2/+2
| * Hopefully fix isnan/isinf for good (for all platforms)Bill King2009-07-091-12/+20
* | Merge commit 'origin/4.5'Bill King2009-07-091-4/+33
|\ \ | |/
| * Fixes Dericks inf/nan patch for msvcBill King2009-07-081-0/+13
| * remove debugDerick Hawcroft2009-07-081-1/+0
| * Handle special number cases (nan,{+-}infinity) in PostgreSQLDerick Hawcroft2009-07-081-0/+17
| * Handle all PostgreSQL notifications sitting in the queueDerick Hawcroft2009-07-071-4/+4
* | Merge branch '4.5'Thiago Macieira2009-06-251-1/+1
|\ \ | |/
| * save on a couple of mallocsDerick Hawcroft2009-06-251-1/+1
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-8/+21
|\ \ | |/
| * task 226042Derick Hawcroft2009-06-221-8/+21