LauJensen / clojureql

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

Where clauses are not composable #136

Closed yuanmai closed 6 years ago

yuanmai commented 11 years ago

It seems there is no easy way to compose (where (= :foo 1)) and (where (= :bar 2)) at runtime.

LauJensen commented 9 years ago

Right. Looking at predicates.clj it would be simple to make a small helper for this, so if you don't beat me to it, I'll get it done :)

LauJensen commented 6 years ago

fuse-predicates is now added to master