mirror of
https://github.com/jackc/pgx.git
synced 2025-05-16 20:46:56 +00:00
CockroachDB returns bigint instead of int
This commit is contained in:
parent
abc5433890
commit
b9557b3d58
@ -969,8 +969,9 @@ func TestRowDecodeBinary(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(actual, tt.expected) {
|
||||
t.Errorf("%d. Expected %v, got %v (sql -> %v)", i, tt.expected, actual, tt.sql)
|
||||
for j := range tt.expected {
|
||||
assert.EqualValuesf(t, tt.expected[j], actual[j], "%d. [%d]", i, j)
|
||||
|
||||
}
|
||||
|
||||
ensureConnValid(t, conn)
|
||||
|
Loading…
x
Reference in New Issue
Block a user