From: Kevin D. <da...@gm...> - 2005-08-30 10:57:38
|
I believe that the general philosophy is that when a transaction is rolled back, it is dead. You should get a new transaction from the connection. Kevin On 8/29/05, alejo alejo <a_l...@ya...> wrote: > I have a problem with transaction, when i put commit > it's ok but when i put rollback i have some problems > like: > assert not self._obsolete, "This transaction has > already gone through COMMIT/ROLLBACK; create another > transaction" > AssertionError: This transaction has already gone > through COMMIT/ROLLBACK; create another transaction |