Add ILIKE/NOT-ILIKE
This commit is contained in:
parent
ad49c4e386
commit
534401e5d6
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue