DerekStride / tree-sitter-sql

SQL grammar for tree-sitter
http://derek.stride.host/tree-sitter-sql/
MIT License
147 stars 47 forks source link

add: `check constraint` for column definitions #248

Closed matthias-Q closed 4 months ago

matthias-Q commented 4 months ago

fixes #247

@DerekStride I think I have a newer version of tree-sitter on my machine and I get a bunch of warnings. There was a change about the order of query matches (which breaks the tests) and something related to non static functions in the scanner.c