LauJensen / clojureql

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

group-by should take a seq #1

Closed nateroling closed 13 years ago

nateroling commented 15 years ago

The SQL "group by" clause can take one or more fields. The group-by function should likewise be able to take a seq.

nateroling commented 15 years ago

I see now that group-by can take multiple field arguments, in which case accepting a seq is less important.

kotarak commented 14 years ago

The syntax might change for the driver function. I consider to make them take a sequence. The macro would still be used as before.