[sqlalchemy] moving from mapper extension to events

2010-12-29 Thread Mike Bernson
Looking at the events for instances. The on_expire passes a list of attributes being expired but the on_refresh does not have a list of attribute being refresh. Can the list of attribute being refreshed be add to on_refresh event ? I am looking to move from using mapperextension to instance

Re: [sqlalchemy] moving from mapper extension to events

2010-12-29 Thread Michael Bayer
On Dec 29, 2010, at 5:04 PM, Mike Bernson wrote: Looking at the events for instances. The on_expire passes a list of attributes being expired but the on_refresh does not have a list of attribute being refresh. Can the list of attribute being refreshed be add to on_refresh event ? this