2
0

Fix Box, Circle, and Point NULL

This commit is contained in:
Jack Christensen
2022-01-08 13:29:47 -06:00
parent 58d2d8e453
commit 6a6878bafd
7 changed files with 43 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ func TestBoxCodec(t *testing.T) {
Valid: true,
}),
},
{pgtype.Box{}, new(pgtype.Box), isExpectedEq(pgtype.Box{})},
{nil, new(pgtype.Box), isExpectedEq(pgtype.Box{})},
})
}