LauJensen / clojureql

ClojureQL is superior SQL integration for Clojure
https://clojureql.sabrecms.com
Eclipse Public License 1.0
285 stars 39 forks source link

Using 'in' predicate support #54

Closed ariel123 closed 13 years ago

ariel123 commented 13 years ago

I had to qualify the full path when using 'in'. See example:

@(select users (where (clojureql.predicates/in :id [1 3])))

I believe adding the following to the where macro in core.clj could solve this problem: in clojureql.predicate/in

LauJensen commented 13 years ago

Thanks! It was unfortunate that it slipped by us. Ive hotfixed 1.0.0 and updated the jar.