Type modifier should be int32 not uint32
This commit is contained in:
+2
-2
@@ -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,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user