Add tests for pgtype.Int2Array
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
type _bool bool
|
||||
type _int8 int8
|
||||
type _int16 int16
|
||||
type _int16Slice []int16
|
||||
|
||||
func mustConnectPgx(t testing.TB) *pgx.Conn {
|
||||
config, err := pgx.ParseURI(os.Getenv("DATABASE_URL"))
|
||||
|
||||
Reference in New Issue
Block a user