Is it possible to get the plain connection Java object when using with-transaction+options ? The goal is to call .rollback manually.
Try (:connectable conn).
Great. It apparently does work! thx
Although I wonder if accessing the connectable like that is expected/allowed/supported officially. Asking to avoid future breakages
No clue, to be honest. When updating to newer library versions I always read changelogs and often read through the changes themselves. :)