Hi there, We've solved this:
The answer is that when using a transactional session, a transaction is already begun. Calling begin thus creates a nested transaction. And in the given code only the innermost transaction is committed. >From RTFMming >http://www.sqlalchemy.org/docs/04/session.html#unitofwork_managing -i --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
