Re: [postmodern-devel] [S-SQL] Multiple rows in INSERT INTO clause

2009-08-25 Thread Timur Sufiev
>> Is there some way in S-SQL to generate INSERT INTO clauses with multiple >> rows, e.g. "INSERT INTO \"table\" (a, b) VALUES (10, 20), (30, 40)" ? >> Desired sexp format is `(:insert-into table :set a (10 20) b (30 40)), > > The functionality already exists, albeit undocumented. > > (:insert-ro

Re: [postmodern-devel] [S-SQL] Multiple rows in INSERT INTO clause

2009-08-25 Thread Daniel White
On Tue, 25 Aug 2009 14:12:30 +0400 Timur Sufiev wrote: > Is there some way in S-SQL to generate INSERT INTO clauses with multiple > rows, e.g. "INSERT INTO \"table\" (a, b) VALUES (10, 20), (30, 40)" ? > Desired sexp format is `(:insert-into table :set a (10 20) b (30 40)), The functionality alr