Addresses #280 by adding similar to / not similar to

This commit is contained in:
Sean Corfield 2020-10-14 11:00:39 -07:00
parent 4dcc44d878
commit b762a514b6

View file

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