We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ad004 commit cbe253fCopy full SHA for cbe253f
src/main/clojure/clojure/java/jdbc.clj
@@ -1076,7 +1076,6 @@ http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html"}
1076
"Given a db-spec, a SQL statement (or a prepared statement), a set of
1077
parameters, a result set processing function and options, execute the query."
1078
[db sql params func opts]
1079
- #_(println "\nquery" sql params)
1080
(if (instance? PreparedStatement sql)
1081
(let [^PreparedStatement stmt sql]
1082
(execute-query-with-params
0 commit comments