[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Call proxied collection before invoking creator in
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-28 14:32:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/36275b0c2d8d/ Changeset: 36275b0c2d8d Branch: master User: zzzeek Date: 2017-04-28 14:14:09+00:00 Summary: Call proxied collection before invoking creator in associationlist.append() Improved the association proxy list collection so that premature autoflush against a newly created association object can be prevented in the case where ``list.append()`` is being used, and a lazy load would be invoked when the association proxy accesses the endpoint collection. The endpoint collection is now accessed first before the creator is invoked to produce the association object. Change-Id: I008a6dbdfe5b1c0dfd02189c3d954d83a65f3fc5 Fixes: #3941 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. |