Filip Lastic
01/03/2022, 10:35 AMdataSource
isolation?
I am using HikariCP as datasource and I defined hikariDataSource.transactionIsolation = "TRANSACTION_READ_COMMITED"
. But when I call
transaction {
val level = this.transactionIsolation
}
value of the level
variable is different than isolation specified for dataSource..dataSource
or from TransactionManager
? @tapac Thank you 🙂