summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-07-09 15:51:47 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-07-09 15:51:47 -0400
commit04e9a81136902862edfd23d63bfab8dfb0953cc3 (patch)
tree2d346cd54a9b587eba7865867c0ebcbd3bd1ab91
parent99350b159f736fe8c2c95eabb4d332d9fab73eb9 (diff)
downloadsqlalchemy-04e9a81136902862edfd23d63bfab8dfb0953cc3.tar.gz
- add 0.9 changelog
-rw-r--r--doc/build/changelog/changelog_09.rst9
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