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..Filip Lastic
01/03/2022, 11:01 AMdataSource or from TransactionManager ? @tapac Thank you 🙂