We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db06e2 commit 0369669Copy full SHA for 0369669
cmdtests/sql_test.go
@@ -146,11 +146,11 @@ func (s *SQLTestSuite) TestWrongQuery() {
146
}{
147
{
148
query: "show",
149
- err: "ERROR 1105 (HY000) at line 1: unknown error: syntax error at position",
+ err: "ERROR 1105 (HY000) at line 1: unknown error: Code: INVALID_ARGUMENT",
150
},
151
152
query: "select from repositories",
153
154
155
156
query: "select * from nope",
0 commit comments