[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-05-29 23:55:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/752f2e0fc8de/ Changeset: 752f2e0fc8de Branch: master User: zzzeek Date: 2014-05-30 01:54:51 Summary: - Adjustment to attribute mechanics concerning when a value is implicitly initialized to None via first access; this action, which has always resulted in a population of the attribute, now emits an attribute event just like any other attribute set operation and generates the same kind of history as one. Additionally, many mapper internal operations will no longer implicitly generate these "None" values when various never-set attributes are checked. These are subtle behavioral fixes to attribute mechanics which provide a better solution to the problem of :ticket:`3060`, which also involves recognition of attributes explicitly set to ``None`` vs. attributes that were never set. fixes #3061 Affected #: 15 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f9b80daf9640/ Changeset: f9b80daf9640 Branch: rel_1_0 User: zzzeek Date: 2014-05-30 01:55:11 Summary: Merge branch 'master' into rel_1_0 Affected #: 15 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. |