summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopengltexture.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierryb@filewave.com>2024-12-17 15:27:09 +0100
committerThierry Bastian <thierryb@filewave.com>2025-01-23 18:32:49 +0100
commitca09bc8d7a96b95d40bec9638f63467a24dfc0c2 (patch)
tree97413736dcedd2e1389d53c8fd5db8344e745cc1 /src/opengl/qopengltexture.cpp
parentacbbdee8043ad568541af6a0c568a4cf0ed39e53 (diff)
Add support for PostgreSQL prepared statements with pgBouncer
Since 2023, pgBouncer supports prepared statements but only when prepared/executed/removed at the protocol level. So to support this, You need to call the appropriate functions from libpq. it does not change the behavior otherwise. You can note that to free statements, libpq only has the function in v17. Prior versions of postgresql will still use DEALLOCATE. Fixes: QTBUG-132303 Pick-to: 6.9 Change-Id: I2456820bbea318e1715ae46617bf4d137815ca54 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
Diffstat (limited to 'src/opengl/qopengltexture.cpp')
0 files changed, 0 insertions, 0 deletions