Skip to content

Commit 1bf310d

Browse files
author
James Cor
committed
Merge branch 'james/negative' into james/notequal
2 parents c4782c9 + 3255181 commit 1bf310d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7848,6 +7848,7 @@ where
78487848
},
78497849
Assertions: []ScriptTestAssertion{
78507850
{
7851+
SkipResultCheckOnServerEngine: true,
78517852
Query: "SELECT -i8, -i16, -i24, -i32 from t;",
78527853
Expected: []sql.Row{
78537854
{128, 32768, 8388608, 2147483648},

0 commit comments

Comments
 (0)