|
From: Oleg B. <ph...@ph...> - 2005-08-31 17:30:49
|
On Tue, Aug 30, 2005 at 08:52:02AM -0700, alejo alejo wrote:
> 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
>
> #trans.rollback()
trans.rollback()
trans.begin()
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|