]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update 0.9 changelog from rel_0_9
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Apr 2015 16:21:54 +0000 (12:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Apr 2015 16:21:54 +0000 (12:21 -0400)
doc/build/changelog/changelog_09.rst

index 89a5d72da55317efd36018a3bca6bb7186ae1593..ab1292f494f3b8d646e7fa335466b1f9587ba431 100644 (file)
 .. 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