LauJensen / clojureql

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

:invert #12

Closed bsteuber closed 13 years ago

bsteuber commented 13 years ago

Hi! As you asked for feedback, I think I would prefer the :invert keyword to be replaced by functions like select-not as I believe it'd be more readable. Anyways, great work =) Benjamin

LauJensen commented 13 years ago

Good idea!

I've just implemented where-not (instead of select-not) locally and will push it once the expression compiler has been updated.