quoting of AS clauses should not be splitted on "."

quoting of AS clauses should not be splitted on "."
This commit is contained in:
Starks 2015-07-22 13:50:03 +02:00
parent 7001826d4b
commit 110c31e2bc

View file

@ -303,7 +303,7 @@
" AS " " AS "
" ") " ")
(if (string? (second x)) (if (string? (second x))
(quote-identifier (second x)) (quote-identifier (second x) :split false)
(to-sql (second x)))))) (to-sql (second x))))))
SqlCall SqlCall
(to-sql [x] (to-sql [x]