LauJensen / clojureql

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

Distinct #43

Closed doooks closed 13 years ago

doooks commented 13 years ago

Hi guys

This provides a (distinct query) feature that allows the query to be made distinct across all columns. Lau told me about (project tble [:distinct/field]) but I think this is more usable when you dont want to do lots of construction of vectors of keywords during query manipulation.

Tested on mysql and sqllite only.

Let me know what you think. Dan

LauJensen commented 13 years ago

Fixed in master per discussion on IRC