[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed a regression in association proxy caused by
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-27 18:30:41
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b6428219c663/ Changeset: b6428219c663 Branch: None User: zzzeek Date: 2014-02-27 19:29:59 Summary: - Fixed a regression in association proxy caused by :ticket:`2810` which caused a user-provided "getter" to no longer receive values of ``None`` when fetching scalar values from a target that is non-present. The check for None introduced by this change is now moved into the default getter, so a user-provided getter will also again receive values of None. re: #2810 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. |