mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
remove extra dot from ex message
This commit is contained in:
parent
a0ab22e031
commit
0b29aef1a0
@ -109,7 +109,7 @@ namespace
|
||||
|
||||
if (has_no_password_authentication_method && user.authentication_methods.size() > 1)
|
||||
{
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Authentication method 'no_password' cannot co-exist with other authentication methods.");
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Authentication method 'no_password' cannot co-exist with other authentication methods");
|
||||
}
|
||||
|
||||
if (!query.alter)
|
||||
|
Loading…
Reference in New Issue
Block a user