[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - reverse course in #3061 so that we instead no lon
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-06-23 23:52:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f10eb28d90cb/ Changeset: f10eb28d90cb Branch: None User: zzzeek Date: 2014-06-24 01:50:23 Summary: - reverse course in #3061 so that we instead no longer set None in the attribute when we do a get; we return the None as always but we leave the dict blank and the loader callable still in place. The case for this implicit get on a pending object is not super common and there really should be no change in state at all when this operation proceeds. This change is more dramatic as it reverses a behavior SQLA has had since the first release. fixes #3061 Affected #: 7 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. |