You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing NOT IN as mentioned in #126, is causing some errors with precedence. I think the root cause might be from the between expression added in #117. It has a rule seq($._expression, $.keyword_and, $._expression) but the binary_expression node is also defined as seq($._expression, $.keyword_and, $._expression).
Some investigation & work is required to detangle the precedence issues and implement NOT IN.
As discussed in #126
NOT IN
is currently not implementedThe text was updated successfully, but these errors were encountered: