Don't namespace table names
This commit is contained in:
parent
370ff4f45d
commit
b8e4d72d52
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
s (cond
|
s (cond
|
||||||
(or (keyword? x) (symbol? x))
|
(or (keyword? x) (symbol? x))
|
||||||
(name-transform-fn
|
(name-transform-fn
|
||||||
(cond *namespace-as-table?*
|
(cond (and *namespace-as-table?* (not= :from *clause*))
|
||||||
(str (when-let [n (namespace x)]
|
(str (when-let [n (namespace x)]
|
||||||
(str n "."))
|
(str n "."))
|
||||||
(name x))
|
(name x))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue