[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed 1.0 regression where value objects that ove
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-07-01 17:20:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ee34f7276b8c/ Changeset: ee34f7276b8c Branch: None User: zzzeek Date: 2015-07-01 17:19:28+00:00 Summary: - Fixed 1.0 regression where value objects that override ``__eq__()`` to return a non-boolean-capable object, such as some geoalchemy types as well as numpy types, were being tested for ``bool()`` during a unit of work update operation, where in 0.9 the return value of ``__eq__()`` was tested against "is True" to guard against this. fixes #3469 Affected #: 3 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. |