remove old calva workaround

This commit is contained in:
Sean Corfield 2022-05-19 20:29:32 -07:00
parent 5fe73c75bc
commit 2e9b395b31

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.