From 33ba71ddaacb2d42795e97d1d51b8da164a19c62 Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Sun, 26 Aug 2012 12:14:07 -0400 Subject: [PATCH] regex alias --- src/honeysql/format.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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*)