Skip to content

Commit

Permalink
default to namespaced key for context key
Browse files Browse the repository at this point in the history
  • Loading branch information
brettatoms committed Nov 17, 2024
1 parent c8204a4 commit 8607f1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log

* 0.1.7 -- 2024-11-17
- Default to namespaced key for context key

* 0.1.3 -- 2024-11-16
* Initial public version
- Initial public version
2 changes: 1 addition & 1 deletion src/zodiac/ext/sql.clj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
(seq query) (str "?" query))))

(defn init [{:keys [spec context-key jdbc-options]
:or {context-key :db}
:or {context-key ::db}
:as _options}]
(fn [config]
(-> config
Expand Down

0 comments on commit 8607f1d

Please sign in to comment.