[sqlalchemy] Re: Plain SQL and session.flush in a single transaction

2007-01-02 Thread asrenzo
Thank you very much for this link, I'm going to try asap Regards, Laurent --~--~-~--~~~---~--~~ 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 un

[sqlalchemy] Re: Plain SQL and session.flush in a single transaction

2007-01-02 Thread Michael Bayer
mixing plain SQL and session flushes within transactions, using an ORM transaction object called a SessionTransaction, or alternatively using an engine level Transaction, is described here: http://www.sqlalchemy.org/docs/unitofwork.myt#unitofwork_transaction_sql --~--~-~--~~---