On Apr 2, 4:41 pm, Josh Winslow <[email protected]> wrote:
> This is the stack trace:
> ====================
> ⇝ InvalidRequestError: The transaction is inactive due to a rollback
> in a subtransaction. Issue rollback() to cancel the transaction.
> clear this
you are squelching the original exception somewhere. this error
only occurs after an exception has already been raised, and the
Session is used again without resetting its state.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---