From: Mike Bayer Date: Thu, 2 Apr 2015 16:21:54 +0000 (-0400) Subject: - update 0.9 changelog from rel_0_9 X-Git-Tag: rel_1_0_0b5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e04995a82c00e801a99765cde7726f5e73e18c2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - update 0.9 changelog from rel_0_9 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 89a5d72da5..ab1292f494 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,17 @@ .. changelog:: :version: 0.9.10 + .. change:: + :tags: bug, orm + :tickets: 3349 + + :class:`.Query` doesn't support joins, subselects, or special + FROM clauses when using the :meth:`.Query.update` or + :meth:`.Query.delete` methods; instead of silently ignoring these + fields if methods like :meth:`.Query.join` or + :meth:`.Query.select_from` has been called, a warning is emitted. + As of 1.0.0b5 this will raise an error. + .. change:: :tags: bug, orm :tickets: 3352