You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix missed renamings from x_transaction to execute_x (#786)
Amends #784
There were other mentions/usages of `Session.read/write_transaction` that needed
replacing with `Session.execute_read/write`.
While there was a test to make sure the example in the README works, there was
no assertion the test actually tests what's in the README. Added a test to
assert the former test resembles the README example.
0 commit comments