Skip to content

Commit

Permalink
Merge pull request #754 from wordhardqi/fix_switch_query
Browse files Browse the repository at this point in the history
fix switch query
  • Loading branch information
wordhardqi committed Sep 28, 2023
2 parents 1e1f56d + e6a3f4b commit 3b31c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parsers/ParserQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ bool ParserQuery::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
bool res = query_with_output_p.parse(pos, node, expected)
|| insert_p.parse(pos, node, expected)
|| use_p.parse(pos, node, expected)
|| switch_p.parse(pos,node,expected)
|| set_role_p.parse(pos, node, expected)
|| set_p.parse(pos, node, expected)
|| advise_p.parse(pos, node, expected)
Expand Down

0 comments on commit 3b31c96

Please sign in to comment.