v.25.10Improvement
Make function lag case insensitive
Make function lag case insensitive for compatibility with MySQL. #88322 (Lonny Kapelushnik).Why it matters
This change solves the issue of case sensitivity differences between ClickHouse and MySQL for thelag function, providing a smoother migration experience and reducing potential errors when porting queries.How to use it
Users can simply use thelag function as before in their queries without worrying about the case of the function name, ensuring consistent behavior with MySQL. No additional configuration is required.