[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed more regressions caused by NEVER_SET; compa
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-20 21:41:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a3af638e1a95/ Changeset: a3af638e1a95 Branch: None User: zzzeek Date: 2015-04-20 21:38:03+00:00 Summary: - Fixed more regressions caused by NEVER_SET; comparisons to transient objects with attributes unset would leak NEVER_SET, and negated_contains_or_equals would do so for any transient object as the comparison used only the committed value. Repaired the NEVER_SET cases, fixes #3371, and also made negated_contains_or_equals() use state_attr_by_column() just like a non-negated comparison, fixes #3374 Affected #: 11 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. |