LauJensen / clojureql

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

IllegalArgumentException on (pick :some_attribute_name) in [clojureql "1.0.4"] #137

Closed jcmincke closed 6 years ago

jcmincke commented 11 years ago

When doing a query that returns just one row, if I use (pick :some_attribute_name),

I get the following exception/

IllegalArgumentException Don't know how to create ISeq from: "attribute_type"

However if I use (pick [:some_attribute_name])

Everything is fine.

LauJensen commented 6 years ago

Fixed in MASTER