summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/psql
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: use QT_NO_CONTEXTLESS_CONNECT for sql pluginsChristian Ehrlicher2023-07-191-0/+1
* 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
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-6/+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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-163-114/+6
* 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-192-17/+19
* 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
* Build PostgreSQL driver as universal binary on macOSTor Arne Vestbø2021-11-151-2/+0
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-0/+2
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-091-0/+11
* Add upstream version of FindPostgreSQL.cmakeAlexey Edelev2021-01-261-3/+0
* QSql/PostgreSQL: allow blobs with more than 2^30 bytesChristian Ehrlicher2021-01-251-2/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-24/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* 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
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-222-6/+6
|\
| * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-6/+6
* | 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
* | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-132-2/+2
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-8/+4
* | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-6/+6
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-31/+10
|\ \
| * | 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
| |\|