From: Mike Bayer Date: Wed, 9 Jul 2014 19:51:47 +0000 (-0400) Subject: - add 0.9 changelog X-Git-Tag: rel_1_0_0b1~341 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04e9a81136902862edfd23d63bfab8dfb0953cc3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add 0.9 changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index eaa16cf3e5..f6aa96a0f4 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,15 @@ :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