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
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