[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-26 19:48:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9ac0f8119e34/ Changeset: 9ac0f8119e34 Branch: None User: zzzeek Date: 2017-06-26 17:49:49+00:00 Summary: Support state expiration for with_expression(); rename deferred_expression The attributeimpl for a deferred_expression does not support a scalar loader, add new configurability so that the impl can have this flag turned off. Document that the with_expression() system currently does not offer any deferred loading. To eliminate confusion over "deferred", which refers to lazy loading of column attributes, and "with_expression", which refers to an attribute that is explicitly at query time only, rename deferred_expression to query_expression. Change-Id: I07c4a050ed68c79ccbde9492e9de1630b7470d74 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/33d083c0347c/ Changeset: 33d083c0347c Branch: master User: zzzeek Date: 2017-06-26 19:47:50+00:00 Summary: Merge "Support state expiration for with_expression(); rename deferred_expression" Affected #: 9 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. |