[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-05-01 01:31:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/681276b5b4ae/ Changeset: 681276b5b4ae Branch: None User: zzzeek Date: 2015-05-01 01:26:48+00:00 Summary: - 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 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f658511954d/ Changeset: 7f658511954d Branch: rel_0_9 User: zzzeek Date: 2015-05-01 01:30:57+00:00 Summary: - 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) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |