Handles empty aclitems
This commit is contained in:
@@ -662,6 +662,9 @@ func TestAclArrayDecoding(t *testing.T) {
|
||||
tests := []struct {
|
||||
query []pgx.AclItem
|
||||
}{
|
||||
{
|
||||
[]pgx.AclItem{},
|
||||
},
|
||||
{
|
||||
[]pgx.AclItem{"=r/postgres"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user