svn: r8314

This commit is contained in:
Don Allingham
2007-03-25 03:17:25 +00:00
parent d20b4833f9
commit ec0623d67d
3 changed files with 14 additions and 23 deletions

View File

@@ -2470,7 +2470,7 @@ class Transaction:
by the object's serialize method.
"""
self.last = self.db.append(
cPickle.dumps((obj_type, handle, old_data, new_data)))
cPickle.dumps((obj_type, handle, old_data, new_data), 1))
if self.first == None:
self.first = self.last