madelson/DistributedLock

Use default isolation level in transactions

madelson opened this issue · 1 comments

It appears that transactions "leak" isolation level, so we should use the default throughout to avoid any weirdness (at least make it the same as if the client had issued a simple transaction call).

Addressed in 1.3.1