pgx/private_test.go

8 lines
139 B
Go

package pgx
// This file contains methods that expose internal pgx state to tests.
func (c *Conn) TxStatus() byte {
return c.txStatus
}