tree-sitter-sql
tree-sitter-sql copied to clipboard
Improve truncate and select
Some more improvements: - Fully support TRUNCATE statement; - Supported DISTINCT clause in SELECT statement; - Improved the IN expression to support select-subexpression;