Commit 495c6f58 authored by Jeremy Hylton's avatar Jeremy Hylton

abort transaction before closing connection

parent 7dff8cef
......@@ -225,6 +225,7 @@ reused by the next open() call (along with its object cache).
>>> testit()
>>> r1["a"].value = 1
>>> tm1.get().abort()
>>> cn1.close()
>>> cn3 = db.open()
>>> cn1 is cn3
......
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