initial support for is null and is not null

will nedd some work, but just for now
This commit is contained in:
2021-09-08 18:34:11 +02:00
parent 0db976f471
commit 61f3af90af
6 changed files with 30 additions and 5 deletions

View File

@@ -210,7 +210,9 @@ namespace usql {
greater_equal,
lesser,
lesser_equal,
not_equal
not_equal,
is,
is_not
// like
};