v.21.6Improvement
Make unhex function name case insensitive for MySQL compatibility
Make function name unhex case insensitive for compatibility with MySQL. #23229 (alexey-milovidov).Why it matters
This feature solves the issue of case sensitivity in function names by allowing users to writeunhex in any letter case. It improves interoperability and eases migration from MySQL by matching MySQL's case-insensitive behavior for function names.How to use it
Users can simply call theunhex function in any case (e.g., UNHEX, UnHex, unhex) without any additional configuration.