DerekStride / tree-sitter-sql

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

Allow expr in `generated always` statement #194

Closed matthias-Q closed 1 year ago

matthias-Q commented 1 year ago

Fixes #193 Unfortunately, it needs a left precedence to work.

There was also another test condition that was wrong since the last release.