]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression from 0.9.10 prior to release due to :ticket:`3349`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 May 2015 01:26:48 +0000 (21:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 May 2015 01:30:57 +0000 (21:30 -0400)
commit7f658511954d8b1fda7fddf5c8b74f6274beed9a
tree27320b0a26367c3147992af3be1cd141826a99d3
parentde8a9fd81408634101e0303e45710c47f1527151
- Fixed regression from 0.9.10 prior to release due to :ticket:`3349`
where the check for query state on :meth:`.Query.update` or
:meth:`.Query.delete` compared the empty tuple to itself using ``is``,
which fails on Pypy to produce ``True`` in this case; this would
erronously emit a warning in 0.9 and raise an exception in 1.0.
fixes #3405

(cherry picked from commit 681276b5b4ae48924c85a1c26af3f9bde3d77b5f)
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/persistence.py