clarify old execute-batch! docstring

This commit is contained in:
Sean Corfield 2021-09-14 16:43:00 -07:00
parent 91aae2c60f
commit 689747eeb6

View file

@ -190,7 +190,10 @@
(def ^:private d-r-s (volatile! nil)) (def ^:private d-r-s (volatile! nil))
(defn ^:no-doc execute-batch! (defn ^:no-doc execute-batch!
"Deprecated in favor of `next.jdbc/execute-batch!`." "As of 1.1.643, `next.jdbc.prepare/execute-batch!`
(this function) is deprecated.
Use `next.jdbc/execute-batch!` instead."
([ps param-groups] ([ps param-groups]
(execute-batch! ps param-groups {})) (execute-batch! ps param-groups {}))
([^PreparedStatement ps param-groups opts] ([^PreparedStatement ps param-groups opts]