re-use the function operator for `call' instead of re-implementing it

master
Moritz Heidkamp 13 years ago
parent cc9ea436a5
commit 25e5e8b98b

@ -141,13 +141,7 @@
(self 'insert table rest))
((call (function args ...))
(sprintf "~A(~A)"
function
(string-intersperse
(map (lambda (arg)
(self 'ssql->sql arg #t))
args)
", ")))
(self 'operator->sql 'function function #f args))
((operator->sql type operator separator operands)
(case type

Loading…
Cancel
Save