[ZODB-Dev] Re: [Zodb-checkins] SVN: ZODB/branches/3.4/src/ Added savepoints!

2005-04-25 Thread Jim Fulton
Florent Guillaume wrote: +Transactions + + +Transactions now support savepoints. Savepoints allow changes to be +periodically be checkpointed within a transaction. You can then +rollback to a previously created savepoint. See +transaction/savepoint.txt. Awesome. That's really nice

[ZODB-Dev] Re: [Zodb-checkins] SVN: ZODB/branches/3.4/src/ Added savepoints!

2005-04-25 Thread Florent Guillaume
Jim Fulton wrote: +def tpc_begin(transaction): +Begin commit of a transaction, starting the two-phase commit. + +transaction is the ITransaction instance associated with the +transaction being committed. + +subtransaction is a Boolean flag indicating