]> 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:26:48 +0000 (21:26 -0400)
commit681276b5b4ae48924c85a1c26af3f9bde3d77b5f
tree1635821dd723234ffd05834f23e059bf0e714ea4
parent4992aafecceb7a6301cfa4926bc709c873f37cc7
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/persistence.py