summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/psql/qsql_psql.cpp
Commit message (Expand)AuthorAgeFilesLines
* SQL/PostgreSQL: use categorized loggerChristian Ehrlicher2024-03-161-22/+26
* SQL/PostgreSQL: Make sure the server returns datetime in UTCChristian Ehrlicher2024-03-161-3/+17
* SQL/PostgreSQL: cleanup usage of QT_CONFIG(datestring)Christian Ehrlicher2024-03-151-24/+15
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-101-2/+0
* SQL/PostgreSQL: misc cleanupChristian Ehrlicher2023-10-061-13/+11
* SQL/PSQL: Handle jsonb operators in prepared queriesChristian Ehrlicher2023-07-231-2/+2
* SQL plugins: add moc includesChristian Ehrlicher2023-07-191-0/+2
* SQL: replace qPrintable() / toLocal8Bit() with unicode versionsChristian Ehrlicher2023-04-181-8/+10
* SQL/PSQL: remove non utf-8 supportChristian Ehrlicher2023-04-051-14/+14
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-281-1/+1
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-191-2/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-16/+16
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-23/+25
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-1/+1
* QSql/PostgreSQL: allow blobs with more than 2^30 bytesChristian Ehrlicher2021-01-251-2/+2
* fix potential mem leak on connection lostMatthias Möller2020-12-301-15/+12
* Deprecate QVariant::TypeLars Knoll2020-10-231-33/+32
* PostgreSQL: Attempt to subscribe even if it is already addedAndy Shaw2020-09-071-9/+8
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-5/+5
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-1/+1
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-5/+5
|\
| * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-161-5/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-32/+16
|\|
| * QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-191-32/+16
* | SQL: cleanup private classesChristian Ehrlicher2020-01-071-6/+0
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-25/+9
|\
| * PSQL: Optimize QPSQLResult::data() function for date and time typesRobert Szefner2019-12-101-25/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+1
|\|
| * PSQL: set correct empty QVariant in QPSQLResult::record()Christian Ehrlicher2019-12-091-0/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-19/+24
|\|
| * QPSQL: Add support for PostgreSQL 12Christian Ehrlicher2019-10-171-19/+24
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-1/+3
|\|
| * PSQL: don't recreate QSqlField in loop in QPSQLResult::record()Christian Ehrlicher2019-10-031-1/+3
* | QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-0/+5
|/
* QPSQL: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-09-161-5/+7
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-2/+2
* Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-291-2/+2
* QPSQL: Use nullptr for pointersRobert Szefner2019-03-131-7/+7
* QPSQL: Fix code formattingRobert Szefner2019-03-131-26/+25
* 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-091-78/+89
* QSQL: add support for PostgreSQL 11Christian Ehrlicher2018-12-201-1/+3
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-6/+6
|\
| * Modernize the "datestring" featureLiang Qi2018-09-241-6/+6