must be
>>"safe." Any other development environments (such as Java, Perl,
> .
> .
> .
This is clear evidence supporting the theory that being in charge of
security and being able to think have no significant correlation.
And, yes: +1 QOTW from me, too.
--
Leif Biberg Kristensen
--
http://mail.python.org/mailman/listinfo/python-list
writing SQL queries in Python like this, using PostgreSQL
and psycopg:
cursor.execute("select * from foo where bar=%s" % baz)
Is that wrong, and how should I have been supposed to know that this is
bad syntax? No doc I have seen actually has told me so.
--
Leif Biberg Kristensen