Robert Schulze
|
8e1a3cd194
|
Don't crash in functions multiMatch[Fuzzy](AllIndices/Any/AnyIndex)() with empty needle
Queries like
"select multiMatchAnyIndex('abc', []::Array(String))"
were not properly handled and crashed.
|
2022-07-08 11:18:53 +00:00 |
|
Robert Schulze
|
d547aa7849
|
Allow non-const pattern array argument in multi[Fuzzy]Match*()
Resolves #38046
|
2022-07-04 10:43:16 +00:00 |
|
Alexey Milovidov
|
36e0946926
|
Make test data less frightening for random strangers
|
2022-03-24 03:55:43 +01:00 |
|
Ivan
|
97f2a2213e
|
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
|
2020-04-02 02:51:21 +03:00 |
|