TransactionUndoStorage tests close the conn and db
This fixes leaking connections (relying on the GC to close them). Tested with RelStorage. Fixes #138
Showing
This diff is collapsed.
Please register or sign in to comment
This fixes leaking connections (relying on the GC to close them). Tested with RelStorage. Fixes #138