Comment 5 for bug 125118

Revision history for this message
Aaron Swartz (aaronsw) wrote : Re: [Bug 125118] Re: with transaction() statements have conflicting rollbacks

> I am suggesting
> t = db.transaction()
> t.rollback()
> instead of
> db.transact()
> db.rollback()

Ohhhh.

Clever. That makes sense.