summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAndy Schoenberger <akschoenberger@gmail.com>2022-11-21 19:10:13 -0500
committerGitHub <noreply@github.com>2022-11-21 16:10:13 -0800
commit2db54f14aae65e2639d1392fc4154964fb762d4e (patch)
treed8cd9388ebdf7bde12d4893385ecfec659bc8ec7 /changelog.rst
parentd6ca4c346462844f3209cedfdc892def2fddf38d (diff)
fix psycopg.sql.Identifier in \ev handling (#1384)
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 19b1c3ea..24c5b577 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -12,6 +12,7 @@ Features:
Also prevents getting stuck in a retry loop.
* Config option to not restart connection when cancelling a `destructive_warning` query. By default,
it will now not restart.
+* Fix \ev not producing a correctly quoted "schema"."view"
3.5.0 (2022/09/15):
===================