diff options
author | David Robertson <davidr@element.io> | 2023-09-08 14:50:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 14:50:13 +0100 |
commit | c1c6c95d72b5c9fc6c0e527eeb6b9d3a59889b16 (patch) | |
tree | 0856c7a116737cb9455d93f7d5e3850a7116349b /changelog.d | |
parent | Fix-up incorrect spellings in docs. (#16282) (diff) | |
download | synapse-c1c6c95d72b5c9fc6c0e527eeb6b9d3a59889b16.tar.xz |
Log values at DEBUG level with execute_values (#16281)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16281.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16281.misc b/changelog.d/16281.misc new file mode 100644 index 0000000000..de48396aff --- /dev/null +++ b/changelog.d/16281.misc @@ -0,0 +1 @@ +Include values in SQL debug when using `execute_values` with Postgres. |