diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-09 15:51:47 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-09 15:51:47 -0400 |
commit | 04e9a81136902862edfd23d63bfab8dfb0953cc3 (patch) | |
tree | 2d346cd54a9b587eba7865867c0ebcbd3bd1ab91 | |
parent | 99350b159f736fe8c2c95eabb4d332d9fab73eb9 (diff) | |
download | sqlalchemy-04e9a81136902862edfd23d63bfab8dfb0953cc3.tar.gz |
- add 0.9 changelog
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index eaa16cf3e..f6aa96a0f 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,15 @@ :released: .. change:: + :tags: bug, orm + :tickets: 3117 + + The "evaulator" for query.update()/delete() won't work with multi-table + updates, and needs to be set to `synchronize_session=False` or + `synchronize_session='fetch'`; a warning is now emitted. In + 1.0 this will be promoted to a full exception. + + .. change:: :tags: bug, tests :versions: 1.0.0 |