mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Make extract case insensitive
This commit is contained in:
parent
661a00da4e
commit
c409508fbb
@ -67,7 +67,7 @@ using FunctionExtract = FunctionsStringSearchToString<ExtractImpl, NameExtract>;
|
|||||||
|
|
||||||
void registerFunctionExtract(FunctionFactory & factory)
|
void registerFunctionExtract(FunctionFactory & factory)
|
||||||
{
|
{
|
||||||
factory.registerFunction<FunctionExtract>();
|
factory.registerFunction<FunctionExtract>(FunctionFactory::CaseInsensitive);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user