mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: better [#METR-2944].
This commit is contained in:
parent
24cc25e809
commit
a65acf8a03
@ -100,10 +100,10 @@ inline std::string getSyntaxErrorMessage(
|
||||
{
|
||||
std::stringstream message;
|
||||
|
||||
message << "Syntax error ";
|
||||
message << "Syntax error";
|
||||
|
||||
if (!description.empty())
|
||||
message << "(" << description << ")";
|
||||
message << " (" << description << ")";
|
||||
|
||||
message << ": failed at position " << (pos - begin + 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user