Custom array types converter - Mailing list psycopg

From Ronan Dunklau
Subject Custom array types converter
Date
Msg-id 201107011505.45186.ronan.dunklau@kozea.fr
Whole thread Raw
Responses Re: Custom array types converter  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List 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 by date:

Previous
From: Federico Di Gregorio
Date:
Subject: Re: lazy import for uuid module
Next
From: Daniele Varrazzo
Date:
Subject: Re: Custom array types converter