diff --git a/src/honeysql/format.clj b/src/honeysql/format.clj index 2ffa08a..0e97226 100644 --- a/src/honeysql/format.clj +++ b/src/honeysql/format.clj @@ -39,7 +39,8 @@ "not=" "<>" "!=" "<>" "not-in" "not in" - "not-like" "not like"}) + "not-like" "not like" + "regex" "regexp"}) (declare to-sql format-predicate*)