RE: [sqlalchemy] Listening for AttributeEvents: 'set'

2013-12-28 Thread Alexey Vihorev
Thanks, I'll try that. From: sqlalchemy@googlegroups.com [mailto:sqlalchemy@googlegroups.com] On Behalf Of Michael Bayer Sent: Saturday, December 28, 2013 5:56 PM To: sqlalchemy@googlegroups.com Subject: Re: [sqlalchemy] Listening for AttributeEvents: 'set' this has come

Re: [sqlalchemy] Listening for AttributeEvents: 'set'

2013-12-28 Thread Michael Bayer
this has come up on occasion, but the attribute event system was originally written to suit the use case of the “backref” as well as for validation, so the python logic that fires it off is placed before the data is actually set. There is no logic for an “after” event within that scope.You