tree-sitter-sql icon indicating copy to clipboard operation
tree-sitter-sql copied to clipboard

Improve truncate and select

Open pplam opened this issue 2 years ago • 0 comments

Some more improvements: - Fully support TRUNCATE statement; - Supported DISTINCT clause in SELECT statement; - Improved the IN expression to support select-subexpression;

pplam avatar Jun 30 '22 16:06 pplam