[Zodb-checkins] CVS: ZODB4/Doc - changes.txt:1.3
Jeremy Hylton
jeremy@zope.com
Fri, 22 Nov 2002 17:24:15 -0500
Update of /cvs-repository/ZODB4/Doc
In directory cvs.zope.org:/tmp/cvs-serv20167/Doc
Modified Files:
changes.txt
Log Message:
Declare that all storages for ZODB4 must implement restore(). It's handy.
=== ZODB4/Doc/changes.txt 1.2 => 1.3 ===
--- ZODB4/Doc/changes.txt:1.2 Fri Nov 22 16:29:51 2002
+++ ZODB4/Doc/changes.txt Fri Nov 22 17:24:15 2002
@@ -110,7 +110,7 @@
The storage API is a little different between ZODB3 and ZODB4, and
will probably diverge more over time. The key different so far is
that the registerDB() takes a single call. The unused second argument
-has been removed.
+has been removed. The restore() method is required of storages.
The TimeStamp object is different. To convert the object to a raw
8-byte string, call raw() instead of getting its repr().