Merge branch 'develop' of github.com:seancorfield/honeysql into develop

This commit is contained in:
Sean Corfield 2022-05-20 10:46:07 -07:00
commit 91e75a7edf

View file

@ -233,7 +233,7 @@
(binding [*quoted-snake* true]
(format-entity v {:aliased a :drop-ns d}))]
[v a d (format-entity v {:aliased a :drop-ns d})])))
.)
)
(defn sql-kw
"Given a keyword, return a SQL representation of it as a string.