Also show quoting/not-quoting and table.col forms
This commit is contained in:
parent
73c2062d6e
commit
13d62b4ac1
1 changed files with 4 additions and 2 deletions
|
|
@ -169,8 +169,10 @@
|
||||||
(str (q t) "."))))
|
(str (q t) "."))))
|
||||||
|
|
||||||
(comment
|
(comment
|
||||||
(for [v [:foo-bar 'foo-bar "foo-bar"] a [true false] d [true false]]
|
(for [v [:foo-bar 'foo-bar "foo-bar"
|
||||||
(binding [*dialect* (:mysql dialects)]
|
:f-o.bar 'f-o.bar "f-o.bar"]
|
||||||
|
a [true false] d [true false] q [true false]]
|
||||||
|
(binding [*dialect* (:mysql dialects) *quoted* q]
|
||||||
(format-entity v :aliased a :drop-ns d)))
|
(format-entity v :aliased a :drop-ns d)))
|
||||||
.)
|
.)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue