Investigation of string-as-entity behavior

This is something that should be updated in the docs.
This commit is contained in:
Sean Corfield 2021-03-15 16:45:26 -07:00
parent 9672ed3704
commit 73c2062d6e

View file

@ -168,6 +168,12 @@
t
(str (q t) "."))))
(comment
(for [v [:foo-bar 'foo-bar "foo-bar"] a [true false] d [true false]]
(binding [*dialect* (:mysql dialects)]
(format-entity v :aliased a :drop-ns d)))
.)
(defn- param-value [k]
(if (contains? *params* k)
(get *params* k)