Completed
Details
Assignee
Sean CorfieldSean CorfieldReporter
Sean CorfieldSean CorfieldPriority
Major
Details
Details
Assignee
Sean Corfield
Sean CorfieldReporter
Sean Corfield
Sean CorfieldPriority

Created December 26, 2013 at 7:38 PM
Updated June 1, 2016 at 6:41 PM
Resolved June 1, 2016 at 6:41 PM
The current hooks are:
ISQLValue
protocol based solely on the value, but still uses.setObject
to add the parameter value:set-parameters
key in db-spec, to override the entire parameter setting mechanismMarcus Brito suggested this: https://github.com/clojure/java.jdbc/pull/34
That's a cleaner extension point (that still preserves the basic
ISQLValue
hook) but I can't accept a PR as-is.