mirror of https://github.com/jackc/pgx.git
Fix TestHstoreArrayTranscode
parent
aa2bc93e31
commit
dc753bf2a3
|
@ -49,7 +49,7 @@ func TestHstoreArrayTranscode(t *testing.T) {
|
|||
values = append(values, pgtype.Hstore{Map: map[string]pgtype.Text{"foo": text(s)}, Status: pgtype.Present}) // is key
|
||||
}
|
||||
|
||||
src := pgtype.HstoreArray{
|
||||
src := &pgtype.HstoreArray{
|
||||
Elements: values,
|
||||
Dimensions: []pgtype.ArrayDimension{{Length: int32(len(values)), LowerBound: 1}},
|
||||
Status: pgtype.Present,
|
||||
|
|
Loading…
Reference in New Issue