Skip to content

dbworker: Pass sql options to TransactableHandle

Created by: asdine

It would be nice if there was a way to customize how the transaction is created by the worker. We have a case where we need to change the serialization level of that transaction to Read Committed instead of Serializable. Unless perhaps the dbworker package is sensitive to transaction isolation levels?