Add ILIKE/NOT-ILIKE

This commit is contained in:
Sean Corfield 2020-09-28 12:12:25 -07:00
parent ad49c4e386
commit 534401e5d6

View file

@ -442,6 +442,7 @@
(def ^:private infix-ops
(-> #{"mod" "and" "or" "xor" "<>" "<=" ">=" "||"
"in" "not-in" "like" "not-like" "regexp"
"ilike" "not-ilike"
"is" "is-not" "not=" "!=" "regex"}
(into (map str "+-*/%|&^=<>"))
(into (keys infix-aliases))