tree-sitter-sql icon indicating copy to clipboard operation
tree-sitter-sql copied to clipboard

Support more comparison predicates

Open pplam opened this issue 2 years ago • 0 comments

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

pplam avatar Jun 30 '22 17:06 pplam