mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Update ASTIdentifier.cpp
This commit is contained in:
parent
5cc005710a
commit
736b56ce33
@ -116,7 +116,7 @@ void ASTIdentifier::formatImplWithoutAlias(const FormatSettings & settings, Form
|
|||||||
if (i != 0)
|
if (i != 0)
|
||||||
settings.ostr << '.';
|
settings.ostr << '.';
|
||||||
|
|
||||||
/// Some AST revriting code, like IdentifierSemantic::setColumnLongName,
|
/// Some AST rewriting code, like IdentifierSemantic::setColumnLongName,
|
||||||
/// does not respect children of identifier.
|
/// does not respect children of identifier.
|
||||||
/// Here we also ignore children if they are empty.
|
/// Here we also ignore children if they are empty.
|
||||||
if (name_parts[i].empty() && j < children.size())
|
if (name_parts[i].empty() && j < children.size())
|
||||||
|
Loading…
Reference in New Issue
Block a user