From f4cb3f8cacaf96f064c2c7e4c1e579c7cf6544da Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Nov 2015 13:06:11 -0500 Subject: [PATCH] - changelog for #3573, fixes #3573 --- doc/build/changelog/changelog_10.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 283a3e31f0..048f0b70a5 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,17 @@ .. changelog:: :version: 1.0.10 + .. change:: + :tags: bug, postgresql + :pullreq: github:216 + :tickets: 3573 + :versions: 1.1.0b1 + + Fixed issue where the "FOR UPDATE OF" Postgresql-specific SELECT + modifier would fail if the referred table had a schema qualifier; + PG needs the schema name to be omitted. Pull request courtesy + Diana Clarke. + .. change:: :tags: bug, postgresql :pullreq: github:215 -- 2.47.2