On Jan 10, 4:00 pm, Michael Bayer <[EMAIL PROTECTED]> wrote:
> A statement issued in SessionExtension would fire unconditionally upon
> any flush(), so thats the trigger there.   not sure what you mean by
> "track" here, if it means you want to know the keywords that were
> deleted, you'd just issue the above SELECT first, do something with
> the rows, then the DELETE.

I want to know the keywords that were deleted, but it's more
complicated... keywords are mapped to Keyword objects with another
relation and cascading rules. I would like those cascading rules to
apply, and know it in SessionExtension.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to