Closed serioga closed 7 years ago
In documentation:
This is a list of supported options: :read-uncommited - Set read uncommited isolation level :read-commited - Set read committed isolation level
This is a list of supported options:
:read-uncommited
:read-commited
In code:
{ :read-uncommitted Connection/TRANSACTION_READ_UNCOMMITTED :read-committed Connection/TRANSACTION_READ_COMMITTED }
See the difference in double “t”.
Thanks, fixed.
In documentation:
In code:
See the difference in double “t”.