DerekStride / tree-sitter-sql

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

Array dereference not supported #213

Closed antoineB closed 8 months ago

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

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