On Apr 14, 3:06 pm, Michael Bayer <[EMAIL PROTECTED]> wrote: > > until SQLA 0.4.6 is released including a new option called > "autosync=True", which we may combine against the other keyword > options to just create a single value to set along the lines of > "transaction_sync='full'", the Session usually needs to be cleared out > (or at least expire_all() called) after a rollback() occurs.
Thanks--explicitly clearing out the session after any rollback fixed the problem. -- Tim Lesher [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
