tree-sitter-sql
tree-sitter-sql copied to clipboard
Support more comparison predicates
Support more comparison predicates:
1. BETWEEN...AND expression;
2. ISNULL and NOTNULL;
3. IS UNKNOWN and IS NOT UNKNOWN;
Ref: https://www.postgresql.org/docs/current/functions-comparison.html