Add a "huh" on the allow-dashed-names option on honeysql.format/format.
This commit is contained in:
parent
f38668edc6
commit
4b1f26632e
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@
|
|||
*input-params* (atom params)
|
||||
*quote-identifier-fn* (quote-fns (:quoting opts))
|
||||
*parameterizer* (parameterizers (or (:parameterizer opts) :jdbc))
|
||||
*allow-dashed-names?* (:allow-dashed-names opts)]
|
||||
*allow-dashed-names?* (:allow-dashed-names? opts)]
|
||||
(let [sql-str (to-sql sql-map)]
|
||||
(if (seq @*params*)
|
||||
(if (:return-param-names opts)
|
||||
|
|
|
|||
Loading…
Reference in a new issue