Skip to content

Commit

Permalink
Add like to map of predicate symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
clizzin committed Jan 25, 2011
1 parent 80bc3fd commit 6fa40db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clojureql/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
and clojureql.predicates/and*
or clojureql.predicates/or*
not clojureql.predicates/not*
like clojureql.predicates/like
nil? clojureql.predicates/nil?*
in clojureql.predicates/in})

Expand Down Expand Up @@ -425,4 +426,4 @@
(defn table?
"Returns true if tinstance is an instnce of RTable"
[tinstance]
(instance? clojureql.core.RTable tinstance))
(instance? clojureql.core.RTable tinstance))

0 comments on commit 6fa40db

Please sign in to comment.