regex alias

This commit is contained in:
Justin Kramer 2012-08-26 12:14:07 -04:00
parent 76d0a182e7
commit 33ba71ddaa

View file

@ -39,7 +39,8 @@
"not=" "<>"
"!=" "<>"
"not-in" "not in"
"not-like" "not like"})
"not-like" "not like"
"regex" "regexp"})
(declare to-sql format-predicate*)