Addresses #280 by adding similar to / not similar to
This commit is contained in:
parent
4dcc44d878
commit
b762a514b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue