Re: psycopg2.Error.diag properties are None

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: psycopg2.Error.diag properties are None
Дата
Msg-id CA+mi_8Y7OaHd7MpfOWW51+vZnS9+2zMx_krmYQTiFiL=O=-Nig@mail.gmail.com
обсуждение исходный текст
Ответ на psycopg2.Error.diag properties are None  (Martin Fischer <larivact@chello.at>)
Список psycopg
On Tue, Jan 12, 2016 at 8:13 PM, Martin Fischer <larivact@chello.at> wrote:
> Hello folks,
>
> I tried to use psycopg2.Error.diag.column_name to get the column that caused
> an integrity error. I have got a NOT NULL column and if I insert NULL I of
> course get an error. But the diag.column_name of the error is None.
> Code I used: http://pastebin.com/raw/cQd670NK (users.prenames is NOT NULL in
> this case)
> Output I get:
> |ERROR
> None
> null value in column "prenames" violates not-null constraint
>
> I am using PostgreSQL 9.1.19 and psycopg2 2.6.1 (dt dec pq3 ext).
> Corresponding documentation:
> http://initd.org/psycopg/docs/module.html#psycopg2.Error.diag

PG_DIAG_COLUMN_NAME was introduced in PostgreSQL 9.3.

-- Daniele


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

Предыдущее
От: Martin Fischer
Дата:
Сообщение: psycopg2.Error.diag properties are None
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: A PGsendQuery API design for your review