Skip to content
Prev 1346 / 1559 Next

SQL generics

The main reason I think it would be useful is that currently every
implementation has to implement something like sqlCreateTable and
sqlInsertInto themselves. It's actually slightly difficult to get
correct (because of escaping rules etc), so currently I think many of
the implementations fail under different circumstances.

Hadley
On Wed, Oct 23, 2013 at 7:31 AM, David James <daj025 at gmail.com> wrote: