From: Mike Bayer Date: Mon, 30 Nov 2015 18:06:11 +0000 (-0500) Subject: - changelog for #3573, fixes #3573 X-Git-Tag: rel_1_1_0b1~84^2~70^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4cb3f8cacaf96f064c2c7e4c1e579c7cf6544da;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for #3573, fixes #3573 --- 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