Re: Hstore array implementation.

Поиск
Список
Период
Сортировка
От Ronan Dunklau
Тема Re: Hstore array implementation.
Дата
Msg-id CAJWq4=bCxP657iLCDgYxc+ZU7dZfXYb0UbxJuhrAXZwe36E1gw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hstore array implementation.  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Ответы Re: Hstore array implementation.  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список psycopg
Sorry, I didn't see the bug report: last time I tried to access the bug tracker it was down.
Don't be sorry, it did not take much time to implement, and I needed it right now.

Generic array support is great !
I've been waiting for it since a while (hstore arrays, record arrays...)

Is your devel branch available publicly ?
I tried to look at the devel branch from  git://luna.dndg.it/public/psycopg2.git, and did not find anything regarding that.

Regarding new_type, does it automatically register an array type for every type, or does the developer have to manually register the type and array type ?

Thanks for the good work !

--
Ronan Dunklau


2011/10/6 Daniele Varrazzo <daniele.varrazzo@gmail.com>
On Thu, Oct 6, 2011 at 8:00 AM, Ronan Dunklau <rdunklau@gmail.com> wrote:
> Hello.
> I have implemented an Hstore array type converter for psycopg2.
> I thought it may be of interest to you, even if I'm afraid I may have
> forgotten things in my implementation.
> You can look at the patch here:
> https://github.com/Kozea/psycopg/commit/60fd7ecf833f1e56a41cca7b5700dea2add75091


Hi Ronan,

thank you for the effort. But I've already added generic array support
for psycopg. Or, better, the support was there, but was available only
in C and was not exposed to Python.

I've added the function new_array_type(), which is similar to
new_type: it takes a type caster for a single item and a list of oids
and creates a new type caster to parse array of the same types: see
<http://initd.org/psycopg/docs/extensions.html#database-types-casting-functions>.
With this extension, now hstore and composite types casters support
arrays too. I think fog hasn't reviewed these patched yet so things
are not set in stone, but exposing the internal array handling system
to python seems a good idea. They should be released in the upcoming
2.4.3.

I'm sorry for having had your time wasted: we had a ticket open on the
feature (http://psycopg.lighthouseapp.com/projects/62710/tickets/66)
and I'd closed it two weeks ago. I was probably not enough as
communication (but then, I don't know if you approached the problem
because you found the ticket or you needed it for yourself).

Thank you anyway!

-- Daniele

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

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: Hstore array implementation.
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: Hstore array implementation.