next-jdbc/test/next
James Henderson 61471aae22
always call setReadOnly when opening a transaction:
if the connection is read-only and the user supplies `{:read-only false}` as tx opts, we should call `(.setReadOnly conn false)` when we open the transaction, and reset it afterwards
2022-09-07 10:02:14 +01:00
..
jdbc always call setReadOnly when opening a transaction: 2022-09-07 10:02:14 +01:00
jdbc_test.clj always call setReadOnly when opening a transaction: 2022-09-07 10:02:14 +01:00