Versions in this module Expand all Collapse all v1 v1.0.0 Jul 5, 2019 Changes in this version + func ForceEncoder(e interface{}, formatCode int16) interface + func MustClose(t testing.TB, conn interface{ ... }) + func MustConnectDatabaseSQL(t testing.TB, driverName string) *sql.DB + func MustConnectPgx(t testing.TB) *pgx.Conn + func TestDatabaseSQLSuccessfulNormalizeEqFunc(t testing.TB, driverName string, tests []NormalizeTest, ...) + func TestDatabaseSQLSuccessfulTranscodeEqFunc(t testing.TB, driverName, pgTypeName string, values []interface{}, ...) + func TestPgxSimpleProtocolSuccessfulTranscodeEqFunc(t testing.TB, pgTypeName string, values []interface{}, ...) + func TestPgxSuccessfulNormalizeEqFunc(t testing.TB, tests []NormalizeTest, eqFunc func(a, b interface{}) bool) + func TestPgxSuccessfulTranscodeEqFunc(t testing.TB, pgTypeName string, values []interface{}, ...) + func TestSuccessfulNormalize(t testing.TB, tests []NormalizeTest) + func TestSuccessfulNormalizeEqFunc(t testing.TB, tests []NormalizeTest, eqFunc func(a, b interface{}) bool) + func TestSuccessfulTranscode(t testing.TB, pgTypeName string, values []interface{}) + func TestSuccessfulTranscodeEqFunc(t testing.TB, pgTypeName string, values []interface{}, ...) + type NormalizeTest struct + SQL string + Value interface{}