]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for #3573, fixes #3573
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 18:06:11 +0000 (13:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 18:06:11 +0000 (13:06 -0500)
doc/build/changelog/changelog_10.rst

index 283a3e31f0f8b53b051f9fb0deb8fb136052a18d..048f0b70a559a5255c2eca568a4c8cc50b6abd86 100644 (file)
 .. 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