Hi, I have a Zope site which interacts with a relational database (PostgreSQL). My obvious problem is that when some transactions are undone, concerned Zope objects are not synchronized anymore with the database, as SQL commands can't be undone. My question is : is there any way to make a specific transaction not undoable (without using a specific storage which may prohibit undo) ?? Thanks, Thierry -- Linux every day, keeps Dr Watson away... http://gpc.sourceforge.net -- http://www.ulthar.net
Thierry FLORAC wrote at 2003-3-31 17:39 +0200:
... My question is : is there any way to make a specific transaction not undoable (without using a specific storage which may prohibit undo) ??
I think, I saw something is the code. But I do not remember the details. It's as difficult for you as it is for me to check the code again... Dieter
participants (2)
-
Dieter Maurer -
Thierry FLORAC