RE: [sqlalchemy] API that allows me to do additional database operations just before insert execution for SQL Expression

2011-04-19 Thread King Simon-NFHD78
> -Original Message- > From: sqlalchemy@googlegroups.com [mailto:sqlalchemy@googlegroups.com] > On Behalf Of bool > Sent: 19 April 2011 14:16 > To: sqlalchemy > Subject: [sqlalchemy] API that allows me to do additional database > operations just before insert executi

[sqlalchemy] API that allows me to do additional database operations just before insert execution for SQL Expression

2011-04-19 Thread bool
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