diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-30 13:06:11 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-30 13:06:11 -0500 |
commit | f4cb3f8cacaf96f064c2c7e4c1e579c7cf6544da (patch) | |
tree | a12ae7e069809b9df16c42c7d70b4a18cacbeef9 | |
parent | 9c2c2475637d47f5a49e1457174308e7b98a4be8 (diff) | |
download | sqlalchemy-f4cb3f8cacaf96f064c2c7e4c1e579c7cf6544da.tar.gz |
- changelog for #3573, fixes #3573
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 283a3e31f..048f0b70a 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -20,6 +20,17 @@ .. 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 :versions: 1.1.0b1 |