mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update Client.cpp
This commit is contained in:
parent
7a182f1390
commit
f2ce7cbc8f
@ -1279,7 +1279,7 @@ void Client::readArguments(
|
||||
else
|
||||
{
|
||||
in_external_group = false;
|
||||
if (arg == "--file"sv || arg == "--name"sv || arg == "--format"sv || arg == "--structure"sv || arg == "--types"sv)
|
||||
if (arg == "--file"sv || arg == "--name"sv || arg == "--structure"sv || arg == "--types"sv)
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Parameter must be in external group, try add --external before {}", arg);
|
||||
|
||||
/// Parameter arg after underline.
|
||||
|
Loading…
Reference in New Issue
Block a user