Investigation of string-as-entity behavior
This is something that should be updated in the docs.
This commit is contained in:
parent
9672ed3704
commit
73c2062d6e
1 changed files with 6 additions and 0 deletions
|
|
@ -168,6 +168,12 @@
|
||||||
t
|
t
|
||||||
(str (q 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]
|
(defn- param-value [k]
|
||||||
(if (contains? *params* k)
|
(if (contains? *params* k)
|
||||||
(get *params* k)
|
(get *params* k)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue