[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-10 18:22:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c4f28097aa6a/ Changeset: c4f28097aa6a Branch: None User: zzzeek Date: 2017-05-10 18:21:07+00:00 Summary: Add conditionals specific to deferred for expire ro properties Fixed bug where a :func:`.column_property` that is also marked as "deferred" would be marked as "expired" during a flush, causing it to be loaded along with the unexpiry of regular attributes even though this attribute was never accessed. Change-Id: Iaa9e17b66ece30a8e729e4af746b31ff99b1ec9a Fixes: #3984 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7455e7eba903/ Changeset: 7455e7eba903 Branch: master User: zzzeek Date: 2017-05-10 18:21:33+00:00 Summary: Merge "Add conditionals specific to deferred for expire ro properties" 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. |