v.25.6Improvement
Fix highlighting of PARTITION
Fix highlighting ofPARTITION BYinINSERTqueries. In previous versions,PARTITION BYwas not highlighted as a keyword. #81106 (Alexey Milovidov).
Why it matters
Previously,PARTITION BY in INSERT statements was not highlighted correctly, which could cause confusion when reading or writing queries. This fix improves the clarity and readability of query syntax in editors and tools that rely on syntax highlighting.How to use it
No user action is needed. After upgrading to the version including this fix, syntax highlighting forPARTITION BY in INSERT queries will work automatically.