]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add 0.9 changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2014 19:51:47 +0000 (15:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2014 19:51:47 +0000 (15:51 -0400)
doc/build/changelog/changelog_09.rst

index eaa16cf3e5d1ae0da1125583b6b43a3d56e67e93..f6aa96a0f42795090e6eac1338c1021207c16fc5 100644 (file)
     :version: 0.9.7
     :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