Re: Seeking PyGreSQL help

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: Seeking PyGreSQL help
Дата
Msg-id 200308050845.23344.darcy@PyGreSQL.org
обсуждение исходный текст
Ответ на Re: Seeking PyGreSQL help  ("Alastair G. Hogge" <agh@tpg.com.au>)
Список pgsql-interfaces
On Tuesday 05 August 2003 08:41, Alastair G. Hogge wrote:
> "db.query("INSERT INTO test VALUES (temp, 'none')")" is the line causing
> the problem. The internel server error from apache.

What happens when you try doing that line directly into psql?  I don't know 
what your schema for test is but perhaps what you want is this:

db.query("INSERT INTO test VALUES (temp, NULL)")

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


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

Предыдущее
От: "Alastair G. Hogge"
Дата:
Сообщение: Re: Seeking PyGreSQL help
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Seeking PyGreSQL help