2
0

Alter some tests for CockroachDB

This commit is contained in:
Jack Christensen
2022-03-22 19:56:48 -05:00
parent 69580cd519
commit 0fd0688d4f
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1042,7 +1042,7 @@ func TestScanIntoByteSlice(t *testing.T) {
sql string
err string
}{
{"int binary", "select 42", "can't scan into dest[0]: cannot scan OID 23 in binary format into *[]uint8"},
{"int binary", "select 42::int4", "can't scan into dest[0]: cannot scan OID 23 in binary format into *[]uint8"},
} {
t.Run(tt.name, func(t *testing.T) {
var buf []byte