Commit 6d65f76e authored by Jim Fulton's avatar Jim Fulton

Added version intolerance.

parent 40f646d5
......@@ -380,9 +380,11 @@ class DataRecord(object):
zope.interface.implements(ZODB.interfaces.IStorageRecordInformation)
version = ''
def __init__(self, oid, tid, data, version, prev):
assert not version, "versions are no-longer supported"
self.oid = oid
self.tid = tid
self.data = data
self.version = version
self.data_txn = prev
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