2
0

Add tests for pgtype.Int2Array

This commit is contained in:
Jack Christensen
2017-03-03 19:19:31 -06:00
parent 6a3b22cee8
commit 0e8dd862b1
4 changed files with 147 additions and 32 deletions
+1
View File
@@ -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"))