https://kotlinlang.org logo
#exposed
Title
# exposed
r

rrader

12/30/2018, 7:51 PM
Does transaction support isolation levels?
t

tKw

12/30/2018, 7:57 PM
Globally across all transactions or on a per-transaction basis?
You can set isolation level in the data source. As for on a per-transaction basis, I don't think so (could be wrong).
r

rrader

12/30/2018, 8:38 PM
per transaction
transactionIsolation is the parameter you want to set.
t

tapac

01/09/2019, 2:05 PM
@rrader, per transaction level (https://github.com/JetBrains/Exposed/wiki/Transactions#advanced-parameters-and-usage), also as @tKw mentioned it's possible to change isolation level globally.
34 Views