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