Detect whether the transaction is active for the given connection. A
transaction might be started with dbBegin()
or wrapped within
DBI::dbWithTransaction()
.
postgresIsTransacting(conn)
a PqConnection object, produced by
DBI::dbConnect()
A boolean, indicating if a transaction is ongoing.