Sorry about that - known issue: http://dev.clojure.org/jira/browse/JDBC-10
It works fine on MySQL but breaks on PostgreSQL and SQL Server. I'll
get a fix in over the next couple of days (I'm away from home right
now).
Sean
On Sun, Jun 26, 2011 at 4:13 PM, Lars Rune Nøstdal
wrote:
> Hi guys,
> A
Quick change to do-prepared* in internal.clj:
(defn do-prepared*
"Executes an (optionally parameterized) SQL prepared statement on the
open database connection. Each param-group is a seq of values for all of
the parameters."
[return-keys sql & param-groups]
(with-open [stmt (if return-