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
Does this pull request also recognize NOT IN as a comparsion token? It would be really confusing to recognize IN statements as comparisons, but not NOT IN statements.
Hi,
IN is recognized as Keyword, but WHERE var IN (..) isn't recognized as Comparison.
I would like to add following line in the keyword.py
The text was updated successfully, but these errors were encountered: