Commit 7043276c authored by Jim Fulton's avatar Jim Fulton

Added logic to initialize list of objects ids for objects created in

the subtransactions.
parent c223ab34
......@@ -100,6 +100,7 @@ class TmpStore:
self._bver=base_version
self._tindex=[]
self._db=None
self._creating=[]
def __del__(self): self.close()
......
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