fixed booleans

This commit is contained in:
brianb
2004-02-07 00:58:29 +00:00
parent 5f02ba4fd2
commit fcf4e1a53a
4 changed files with 5 additions and 1775 deletions

View File

@@ -38,7 +38,7 @@ and { return AND; }
or { return OR; }
not { return NOT; }
is { return IS; }
null { return NULL; }
null { return NUL; }
(<=) { return LTEQ; }
(>=) { return GTEQ; }
like { return LIKE; }