14 Jan
2005
14 Jan
'05
6:50 p.m.
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