[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-06 17:41:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9dee44ae2f8b/ Changeset: 9dee44ae2f8b Branch: None User: zzzeek Date: 2017-06-05 22:39:08+00:00 Summary: Implement _postfetch_post_update to expire/refresh onupdates in post_update Fixed bug involving the :paramref:`.relationship.post_update` feature where a column "onupdate" value would not result in expiration or refresh of the corresponding object attribute, if the UPDATE for the row were a result of the "post update" feature. Additionally, the :meth:`.SessionEvents.refresh_flush` event is now emitted for these attributes when refreshed within the flush. Fixes: #3472 Change-Id: I5ee2d715e773a306ab1e8143e4382c228991ac78 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a2099ed44f39/ Changeset: a2099ed44f39 Branch: master User: zzzeek Date: 2017-06-06 17:40:27+00:00 Summary: Merge "Implement _postfetch_post_update to expire/refresh onupdates in post_update" 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. |