On Fri, Dec 19, 2008 at 8:32 PM, Peter Otten <__pete...@web.de> wrote:
> James Mills wrote:
>
>> values = ",".join(["\"%s\"" % x for x in line])
>> print "INSERT INTO %s %s VALUES (%s);" % (table, fields, values)
>
> http://xkcd.com/327/

It's a tool! Not one meant to be used
publicly from untrusted users.

Free feel to submit a patch as is
the Open Source spirit!

--JamesMills
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to