Quote all identifiers when querying external database #2635

This commit is contained in:
Alexey Milovidov 2018-07-16 04:06:01 +03:00 committed by alexey-milovidov
parent 0b827058ff
commit 65f6696750

View File

@ -127,7 +127,6 @@ void IAST::FormatSettings::writeIdentifier(const String & name, WriteBuffer & ou
writeProbablyDoubleQuotedString(name, out);
break;
}
case
}
}