Skip to content

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 01 Jul 16:35

Changed

  • SQL parser: replaced regex-based scanner with tree-sitter-sql grammar, following the same TreeSitterParser base class as the other 6 code languages. Reduces false positives on multi-statement or dialect-specific SQL, and adds source line numbers, proper SQL signatures, and preceding-comment extraction.