diff --git a/src/next/jdbc.clj b/src/next/jdbc.clj index f778df2..1f1650f 100644 --- a/src/next/jdbc.clj +++ b/src/next/jdbc.clj @@ -93,6 +93,7 @@ ;; should check isolation level; maybe implement save points? (f con) (with-open [^AutoCloseable t-con (assoc (get-connection con) + ;; FIXME: not a record/map! :transacted (atom committable?))] (let [^Connection jdbc t-con old-autocommit (.getAutoCommit jdbc)