Re: Seeking PyGreSQL help

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: Seeking PyGreSQL help
Дата
Msg-id 200308051244.15331.darcy@PyGreSQL.org
обсуждение исходный текст
Ответ на Re: Seeking PyGreSQL help  ("Alastair G. Hogge" <agh@tpg.com.au>)
Список pgsql-interfaces
On Tuesday 05 August 2003 08:53, Alastair G. Hogge wrote:
> In pyhton?
> temp = "hello"
>
> >>> db.query("INSERT INTO test VALUES (temp, NULL)")
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> _pg.error: ERROR:  Attribute "temp" not found

Right.  That's the error.  You are trying to pass a Python variable name to 
the PostgreSQL backend.  Go to the Python page and look up formatting with 
the '%' operator.

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Seeking PyGreSQL help
Следующее
От: John Khouri
Дата:
Сообщение: Disk usage problem with BLOBs using libpq