Custom array types converter

Поиск
Список
Период
Сортировка
От Ronan Dunklau
Тема Custom array types converter
Дата
Msg-id 201107011505.45186.ronan.dunklau@kozea.fr
обсуждение исходный текст
Ответы Re: Custom array types converter  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список psycopg
Hello.

I'd like to register a type converter for _record (array of records).

What is the "recommended" way to implement such a type ?

I've seen that a "GENERIC_ARRAY" type caster is available in the c library,
but I don't know how to access it from python.

(disclaimer : I am a newbie in both psycopg2, and using native (C) code in
python).

Thanks.

--
Ronan Dunklau

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

Предыдущее
От: Federico Di Gregorio
Дата:
Сообщение: Re: lazy import for uuid module
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: Custom array types converter