DerekStride / tree-sitter-sql

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

add: `check constraint` for column definitions #248

Closed matthias-Q closed 7 months ago

matthias-Q commented 7 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