cashapp / misk

Microservice Kontainer
https://cashapp.github.io/misk/
Apache License 2.0
399 stars 169 forks source link

Allow isolation levels to be set a jooq transaction #3276

Closed Sethuraman closed 4 months ago

Sethuraman commented 4 months ago

This change allows a transaction isolation level to be set for a jooq transaction.

The DSL context creation has also moved inside the JooqTransacter class in order to allow the isolation level to be set.