Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 5c62275

Browse files
Merge branch 'master' into trans_mgmt_and_helpers_003
2 parents c452a4f + 4e13b72 commit 5c62275

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.github.shopsmart/clj-infrastructure "0.1.15"
1+
(defproject com.github.shopsmart/clj-infrastructure "0.1.16"
22
:description "Infrastructure helpers for AWS, database, etc."
33
:url "https://github.com/shopsmart/clj-infrastructure"
44

src/clj_infrastructure/db.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@
662662
(merge
663663
{:stmt-text stmt-text
664664
:op-comment op-comment
665-
:exec-mode (or exec-mode dbc/DB_EXEC_MODE_QUERY)}
665+
:exec-mode (or exec-mode DB_EXEC_MODE_QUERY)}
666666
(when binds {:binds binds})
667667
(when commit? {:commit? commit?})
668668
(when opt-map {:opt-map opt-map}))]
@@ -694,6 +694,7 @@
694694

695695
(dbconfig-connection conn-or-spec
696696
(clojure.java.jdbc/with-db-transaction [conn (dbconfig {} "connection")]
697+
697698
(doall
698699
(for [stmt-detail-map stmt-detail-vec]
699700
(run-statement conn stmt-detail-map))))))

0 commit comments

Comments
 (0)