[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed unexpected-use regression where in the odd
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-05-06 21:07:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b120563905e/ Changeset: 1b120563905e Branch: None User: zzzeek Date: 2015-05-06 21:07:24+00:00 Summary: - Fixed unexpected-use regression where in the odd case that the primaryjoin of a relationship involved comparison to an unhashable type such as an HSTORE, lazy loads would fail due to a hash-oriented check on the statement parameters, modified in 1.0 as a result of :ticket:`3061` to use hashing and modified in :ticket:`3368` to occur in cases more common than "load on pending". The values are now checked for the ``__hash__`` attribute beforehand. fixes #3416 Affected #: 5 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. |