summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/psql
Commit message (Expand)AuthorAgeFilesLines
* Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-164/+163
|\
| * QPSQL: Use nullptr for pointersRobert Szefner2019-03-131-7/+7
| * QPSQL: Fix code formattingRobert Szefner2019-03-132-33/+32
| * QPSQL: Use qstrtod() function for string to double conversionRobert Szefner2019-03-111-20/+24
| * Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-20/+4
| * QSQL: cleanup/modernize PostgreSQL pluginChristian Ehrlicher2019-01-093-85/+94
| * QSQL: add support for PostgreSQL 11Christian Ehrlicher2018-12-202-1/+4
* | CMake: Re-generate plugins/sqldrivers/psqlTobias Hunger2019-03-291-7/+8
* | cmake: Find and build psql pluginAlbert Astals Cid2019-02-121-0/+27
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-6/+6
|\
| * Modernize the "datestring" featureLiang Qi2018-09-241-6/+6
* | SQL PostgreSQL/SQlite: Properly decode default varchar parameterChristian Ehrlicher2018-09-121-2/+5
|/
* Fix crash when deleting a QSqlQueryModel after closing the databaseMarcel Krems2018-03-211-2/+4
* SQL/Postgres: Fix support for nan, inf and -infChristian Ehrlicher2018-03-071-38/+13
* psql: do not try to get table name when PQftable returns InvalidOidChristian Ehrlicher2018-02-221-7/+9
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-4/+7
|\
| * psql: Improve performance of record()v5.10.1Andy Shaw2018-02-081-4/+10
* | Small optimalization for NULL valuesRobert Szefner2018-01-091-2/+1
* | QPSQL: Add support for multiple result setsRobert Szefner2018-01-081-1/+48
* | QPSQL: Add support for forward-only queriesRobert Szefner2018-01-061-30/+274
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-1/+1
| |\
| | * QPSQL: Remove semicolon after Q_DECLARE_SQLDRIVER_PRIVATERobert Szefner2017-11-291-1/+1
* | | Remove code that refers to PostgreSQL 7.2 or olderAndy Shaw2017-12-011-148/+54
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-98/+117
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-98/+117
| |\|
| | * QPSQL: Fix check for minimum supported PostgreSQL versionRobert Szefner2017-11-041-1/+1
| | * QPSQL: Fix handling binary data for PostgreSQL 9.x and laterRobert Szefner2017-11-041-8/+17
| | * QPSQL: Fix detection of PostreSQL version 9.x and laterRobert Szefner2017-11-042-98/+108
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-33/+33
|/ /
* | QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-121-3/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-5/+5
|\|
| * Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
| * Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-7/+6
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-7/+6
| |\
| | * PostgreSQL: fix datetime format when system locale doesn't use arabic numeralsMichael Jabbour2017-03-181-1/+4
| | * Remove a Q_GLOBAL_STATIC with QMutex in favor of QBasicAtomicIntThiago Macieira2017-03-171-6/+2
* | | Fix postgres notification subscription on LISTEN failureLorenz Haas2017-03-161-0/+1
|/ /
* / Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-1/+1
|/
* Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-031-2/+2
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-7/+1
* Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-071-2/+2
* Always compile sql drivers as pluginsLars Knoll2016-04-074-3/+1648
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1