mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Update src/Parsers/parseDatabaseAndTableName.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
parent
677eb5bbda
commit
4d1cca0adf
@ -78,7 +78,7 @@ bool parseDatabase(IParser::Pos & pos, Expected & expected, String & database_st
|
||||
bool parseDatabaseASTPtr(IParser::Pos & pos, Expected & expected, ASTPtr & database)
|
||||
{
|
||||
ParserToken s_dot(TokenType::Dot);
|
||||
ParserIdentifier identifier_parser(true);
|
||||
ParserIdentifier identifier_parser(/* allow_query_parameter */true);
|
||||
|
||||
return identifier_parser.parse(pos, database, expected);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user