I have a transaction started with begin
I then delete a record in the transaction.
I then commit and the commit fails.
I now want to continue by undelete the record but leave
record in the session.

I want to leave the record in the session because session
is doing caching.

The session is created by:
         self.session = Session(bind=engine, autoflush=False,
            _enable_transaction_accounting=False, autocommit=True,
             query_cls=my_query, weak_identity_map=True)

--
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.

Reply via email to