2
0

Type modifier should be int32 not uint32

This commit is contained in:
Jack Christensen
2018-09-22 07:43:18 -05:00
parent 1b754b5f70
commit 897e90f353
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1030,7 +1030,7 @@ func TestConnQueryContextCancel(t *testing.T) {
Name: "n",
DataTypeOID: 23,
DataTypeSize: 4,
TypeModifier: 4294967295,
TypeModifier: -1,
},
},
}),
@@ -1206,7 +1206,7 @@ func TestStmtQueryContextCancel(t *testing.T) {
Name: "n",
DataTypeOID: 23,
DataTypeSize: 4,
TypeModifier: 4294967295,
TypeModifier: -1,
},
},
}),