MagicStack/asyncpg

Feature request: Make transaction state public

Azmisov opened this issue · 0 comments

Can you provide the current transaction's state as a public interface? (started, committed, aborted, etc). I have some code that is doing some more complex transaction management, and needs to check if the transaction has been aborted.