DerekStride / tree-sitter-sql

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

Array dereference not supported #213

Closed antoineB closed 11 months ago

antoineB commented 1 year ago
SELECT (ARRAY[1, 4, 9])[1+1];

https://www.postgresql.org/docs/current/sql-expressions.html#SQL-EXPRESSIONS-SUBSCRIPTS