[Zope] Undo problem
Dieter Maurer
dieter at handshake.de
Fri Jan 14 13:50:24 EST 2005
Pascal Peregrina wrote at 2005-1-13 23:05 +0100:
> ...
>So why wouldn't A and B object changes be part of the same transaction ?
>Is there any explicit code to make sure to remain in a single transaction ?
When you change A and B in the same request and you do not
explicitly manage transactions yourself, then both changes
are in the same transaction.
Or said differently: Zope (by default) has one transaction per request.
--
Dieter
More information about the Zope
mailing list