Re: [clojure-contrib.sql] Multiple table SELECT problem

2009-01-05 Thread Stephen C. Gilardi
On Jan 5, 2009, at 7:17 PM, ck wrote: Question How can I have clojure-contrib sql execute and return arbitrary SQL SELECT statement? Example The "works" and "doesn't work" cases you posted appear to be identical. I believe there can be nothing about the SQL in the string t

[clojure-contrib.sql] Multiple table SELECT problem

2009-01-05 Thread ck
Question How can I have clojure-contrib sql execute and return arbitrary SQL SELECT statement? Example This statement: (defn db-read [] (sql/with-connection db (sql/with-results res "SELECT users.id, users.name, roles.name FROM