pgx/private_test.go

8 lines
148 B
Go

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