Re: [Zope-dev] Re: [Zope3-dev] substransactions and beforeDelete

2004-01-08 Thread Dieter Maurer
Florent Guillaume wrote at 2004-1-7 18:31 +0100: [Cc zope-dev and not zope3-dev anymore as my question is now zope 2 related...] Ok so Jim mentionned it was possible to do rollback of subtransactions in Zope 2. How can I do that ? What's the idiom that would be equivalent to: tid =

[Zope-dev] Re: [Zope3-dev] substransactions and beforeDelete

2004-01-07 Thread Florent Guillaume
[Cc zope-dev and not zope3-dev anymore as my question is now zope 2 related...] Ok so Jim mentionned it was possible to do rollback of subtransactions in Zope 2. How can I do that ? What's the idiom that would be equivalent to: tid = startSubTransaction() ... if something: