mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
This commit is contained in:
parent
97d5be20bb
commit
6ce139dd80
@ -35,7 +35,7 @@ private:
|
||||
void registerFunctionConnectionID(FunctionFactory & factory)
|
||||
{
|
||||
factory.registerFunction<FunctionConnectionID>();
|
||||
factory.registerAlias("connection_id", "connectionID");
|
||||
factory.registerAlias("connection_id", "connectionID", "CONNECTION_ID");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -50,6 +50,7 @@ public:
|
||||
void registerFunctionVersion(FunctionFactory & factory)
|
||||
{
|
||||
factory.registerFunction<FunctionVersion>();
|
||||
factory.registerFunction<FunctionVersion>("VERSION", FunctionFactory::CaseInsensitive)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user