>i have non-ORM updates happening inside >ORM transaction (in after_insert() etc). How to make them use the >parent transaction? i have a connection there.
You can pass in the Session and use Session.execute() to reuse the session connection. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---