Am 17.05.2013 18:21, schrieb Daniele Varrazzo: > Quite the contrary: the quotes should never appear in the query and > these examples are correct but...
Just tested this with psycopg2. If you use the clause "WHERE name=%s" and pass a value without quotes, you get a ProgrammingError from the database. So is psycopg2 not properly implementing DBAPI 2?
-- Christoph _______________________________________________ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig