DerekStride / tree-sitter-sql

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

fix: add unique constraint #250

Closed guilhas07 closed 4 months ago

guilhas07 commented 4 months ago

This is an attempt to solve #249 .

I updated a test to include the UNIQUE keyword. However, I'm having trouble running the tests (even before making these changes) to verify if everything is correct:

$ make test
test
make: *** [Makefile:26: test] Error 1

EDIT: found how to run the tests. There is one that is failing (but already was failing before I believe). Maybe the tree-sitter-cli requirement should be mentioned in CONTRIBUTING.md?

Please let me know if there is something else that I should do/change!