Commit 5424f1d6 authored by Jim Fulton's avatar Jim Fulton

Updated to reflect savepoints.

parent 7510464b
...@@ -2,6 +2,15 @@ What's new in ZODB3 3.4a4? ...@@ -2,6 +2,15 @@ What's new in ZODB3 3.4a4?
========================== ==========================
Release date: 23-Apr-2005 Release date: 23-Apr-2005
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.
ZEO ZEO
--- ---
...@@ -62,6 +71,12 @@ this out required adding ``last=`` everywhere, or removing it everywhere. ...@@ -62,6 +71,12 @@ this out required adding ``last=`` everywhere, or removing it everywhere.
Since recursion isn't actually needed, and there was no other use for Since recursion isn't actually needed, and there was no other use for
``last=``, removing it everywhere was the obvious choice. ``last=``, removing it everywhere was the obvious choice.
Support for ZODB4 savepoint-aware data managers has been dropped
----------------------------------------------------------------
In adding savepoint support, we dropped the attempted support
for ZODB4 data managers that support savepoints. We don't think that
this will affect anyone.
What's new in ZODB3 3.4a3? What's new in ZODB3 3.4a3?
========================== ==========================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment