Continue fixing garbage

This commit is contained in:
Alexey Milovidov 2024-02-20 10:55:12 +01:00
parent c753550d0b
commit 4c4c60f15d

View File

@ -271,8 +271,7 @@ void ASTSystemQuery::formatImpl(const FormatSettings & settings, FormatState & s
{
if (!filesystem_cache_name.empty())
{
settings.ostr << ' ';
print_identifier(filesystem_cache_name);
settings.ostr << ' ' << quoteString(filesystem_cache_name);
if (!key_to_drop.empty())
{
print_keyword(" KEY ");