DerekStride / tree-sitter-sql

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

fix: subquery unions & invalid tests #180

Closed matthias-Q closed 1 year ago

matthias-Q commented 1 year ago

Fixes #176

I had to remove the optional ; from the subquery node, because I think it should not be there. It does not seem to be allowed in Postgres/MySQL.