=== RUN   TestArrayScanBackend
    array_test.go:1624: Expected no error when scanning ARRAY[true, false] into *pq.BoolArray, got pq: Could not find correct token validator
    array_test.go:1627: Expected &[true false] when scanning ARRAY[true, false] into *pq.BoolArray, got &[]
    array_test.go:1624: Expected no error when scanning ARRAY[E'\\xdead', E'\\xbeef'] into *pq.ByteaArray, got pq: Could not find correct token validator
    array_test.go:1627: Expected &[[222 173] [190 239]] when scanning ARRAY[E'\\xdead', E'\\xbeef'] into *pq.ByteaArray, got &[]
--- FAIL: TestArrayScanBackend (0.15s)
FAIL
