diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-30 21:26:48 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-30 21:26:48 -0400 |
commit | 681276b5b4ae48924c85a1c26af3f9bde3d77b5f (patch) | |
tree | 1635821dd723234ffd05834f23e059bf0e714ea4 /lib/sqlalchemy/orm/query.py | |
parent | 4992aafecceb7a6301cfa4926bc709c873f37cc7 (diff) | |
download | sqlalchemy-681276b5b4ae48924c85a1c26af3f9bde3d77b5f.tar.gz |
- 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
Diffstat (limited to 'lib/sqlalchemy/orm/query.py')
0 files changed, 0 insertions, 0 deletions