sql: update parser and query (#3820)

Add better `term` nodes in the select expression
This commit is contained in:
Derek Stride 2022-11-18 09:20:39 -05:00 committed by GitHub
parent dc27512e00
commit 9705316fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,9 @@
table_alias: (identifier) @variable
name: (identifier) @field)
(term
alias: (identifier) @variable)
(literal) @string
(comment) @comment
(marginalia) @comment