- Added
:conn
into job context. It's the currentfuncool/clojure.jdbc
connection. So that(:jdbc-conn ctx) == (jdbc.proto/connection (:conn ctx))
. This feature can simplify your job code if you also usefuncool/clojure.jdbc
JDBC wrapper.
- Public release.