Don't namespace table names

This commit is contained in:
Kevin van Rooijen 2019-12-24 02:03:24 +01:00
parent 370ff4f45d
commit b8e4d72d52

View file

@ -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))