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)) (self 'insert table rest))
((call (function args ...)) ((call (function args ...))
(sprintf "~A(~A)" (self 'operator->sql 'function function #f args))
function
(string-intersperse
(map (lambda (arg)
(self 'ssql->sql arg #t))
args)
", ")))
((operator->sql type operator separator operands) ((operator->sql type operator separator operands)
(case type (case type

Loading…
Cancel
Save