Skip to content

Commit

Permalink
Add connection object as metadata to query-fn
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdint committed Mar 12, 2024
1 parent 0fe3372 commit e421873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/kit-sql-conman/src/kit/edge/db/sql/conman.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
(conman/query queries query params))
([conn query params & opts]
(apply conman/query conn queries query params opts)))
{:mtimes (map ig-utils/last-modified filenames)})))
{:connection conn
:mtimes (map ig-utils/last-modified filenames)})))

(defmethod ig/suspend-key! :db.sql/query-fn [_ _])

Expand Down

0 comments on commit e421873

Please sign in to comment.