Empty SQL vector support
Drop clauses that generate no SQL
This commit is contained in:
parent
eff3b03a81
commit
0206eabc1e
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@
|
|||
(str/join ", " (keys leftover)))
|
||||
leftover))
|
||||
[(str "<unknown" (str/join (keys leftover)) ">")])
|
||||
(into [(cond-> (str/join (if pretty? "\n" " ") sqls)
|
||||
(into [(cond-> (str/join (if pretty? "\n" " ") (filter seq sqls))
|
||||
pretty?
|
||||
(as-> s (str "\n" s "\n"))
|
||||
(and nested? (not aliased?))
|
||||
|
|
|
|||
Loading…
Reference in a new issue