Files
sqlalchemy/test
Mike Bayer 9dee44ae2f 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
2017-06-05 18:39:08 -04:00
..
2017-04-26 16:08:57 -04:00
2017-02-07 11:21:56 -05:00
2017-02-07 11:21:56 -05:00
2017-04-26 16:08:57 -04:00