diff --git a/src/honey/sql.cljc b/src/honey/sql.cljc index 14c563d..088b078 100644 --- a/src/honey/sql.cljc +++ b/src/honey/sql.cljc @@ -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))