On Mon, Aug 3, 2009 at 9:18 PM, Gabriel Genellina
wrote:
>
> [1] If you don't know what "SQL injection" means, see http://xkcd.com/327/
I love how XKCD is one of the preferred learning tools (along with
Wikipeida) for people on this list. I think Randall Munroe should make
a comic about it. :)
--
En Mon, 03 Aug 2009 17:47:23 -0300, Wells Oliver
escribió:
I understand that the keys in a dictionary are ordered not randomly but
something practically close to it, but if I create a SQL query like so:
query = 'INSERT INTO Batting (%s) VALUES(%s)' % (','.join(stats.keys()),
','.join(stats.v
On Mon, Aug 3, 2009 at 1:47 PM, Wells Oliver wrote:
> I understand that the keys in a dictionary are ordered not randomly but
> something practically close to it, but if I create a SQL query like so:
>
> query = 'INSERT INTO Batting (%s) VALUES(%s)' % (','.join(stats.keys()),
> ','.join(stats.value