Skip to content

v1.13.0

Choose a tag to compare

@ajitpratap0 ajitpratap0 released this 19 Mar 20:24
· 63 commits to main since this release
6c7e8d6

What's New

ClickHouse SQL Dialect — Parse ClickHouse SQL including PREWHERE, FINAL, GLOBAL IN/NOT IN, and 30+ ClickHouse-specific keywords and data types.

LSP Semantic TokenstextDocument/semanticTokens/full with 6-type legend (keyword, identifier, number, string, operator, comment).

LSP Diagnostic Debouncing — 300ms debounce prevents excessive re-parsing on rapid typing.

Parser API ConsolidationParseFromModelTokens is now canonical; ParseFromModelTokensWithPositions is deprecated.

See CHANGELOG.md for the full list of changes.