diff --git a/src/honeysql/format.clj b/src/honeysql/format.clj index 974819d..d651639 100644 --- a/src/honeysql/format.clj +++ b/src/honeysql/format.clj @@ -76,7 +76,7 @@ (def infix-fns #{"+" "-" "*" "/" "%" "mod" "|" "&" "^" "and" "or" "xor" - "in" "not in" "like" "not like" "regexp"}) + "in" "not in" "like" "not like" "regexp" "@@"}) (def fn-aliases {"is" "="