Is there any API that allows me do some processing (I want to do
additional updates based on the insert statement) just before
executing an insert statement using SQL Expression?

I dont want to do this during compile time (@Compiles(Insert)) as I
will be doing some database updates and this is not desirable for
every compilation e.g., just a simple print should not do this
additional processing.

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to