Merge branch 'develop' of github.com:seancorfield/honeysql into develop
This commit is contained in:
commit
91e75a7edf
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@
|
||||||
(binding [*quoted-snake* true]
|
(binding [*quoted-snake* true]
|
||||||
(format-entity v {:aliased a :drop-ns d}))]
|
(format-entity v {:aliased a :drop-ns d}))]
|
||||||
[v a d (format-entity v {:aliased a :drop-ns d})])))
|
[v a d (format-entity v {:aliased a :drop-ns d})])))
|
||||||
.)
|
)
|
||||||
|
|
||||||
(defn sql-kw
|
(defn sql-kw
|
||||||
"Given a keyword, return a SQL representation of it as a string.
|
"Given a keyword, return a SQL representation of it as a string.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue