Anyone who can help out with sqlalchemy related problem

I have a app which using sqlalchemy as the orm. As the app is one in
transition some of the update query's run through a session.execute .
However I need to create a trigger of some kind . I am trying to use
MapperExtensions but it seems that session.execute when it runs an update
does not actually create a Mapper event. How can I trigger one of the
mapper events?

Please do check these docs:
http://docs.sqlalchemy.org/en/rel_0_7/orm/deprecated.html

-- 
A-M-I-T S|S

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to