On Tuesday 05 August 2003 08:53, Alastair G. Hogge wrote:
In pyhton?
temp = "hello"
Traceback (most recent call last):
File "<stdin>", line 1, in ?
_pg.error: ERROR: Attribute "temp" not found
In pyhton?
temp = "hello"
db.query("INSERT INTO test VALUES (temp, NULL)")
File "<stdin>", line 1, in ?
_pg.error: ERROR: Attribute "temp" not found
the PostgreSQL backend. Go to the Python page and look up formatting with
the '%' operator.