Thanks Mike for your views. Basically I wanted to execute the
statement explicitly along with the other updates I wanted to do in a
transaction and return None.


So I am basically stuck with my use-case.....

I want to do some additional updates whenever an insert is done by the
user. And these updates along with the original insert should be in a
transaction as either all these should be successfull or none.


What is the best way to do this then?

-- 
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