Re: flexi adaption/casting scheme

From: Tobias Oberstein <tobias(dot)oberstein(at)gmail(dot)com>
To: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
Cc: psycopg(at)postgresql(dot)org
Subject: Re: flexi adaption/casting scheme
Date: 2012-09-22 14:25:22
Message-ID: 505DCA52.1050705@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Am 22.09.2012 16:15, schrieb Daniele Varrazzo:
> On Sat, Sep 22, 2012 at 2:57 PM, Tobias Oberstein
> <tobias(dot)oberstein(at)gmail(dot)com> wrote:
>>>> My use case: have a CompositeDictCaster that spits out:
>>>>
>>>> {'record': 'public.t_station', 'x': 10, 'y': 8}
>>>>
>>>> that is injects a 'record' field containing the composite type name.
>>>> Hence I need the schema, not only the typename.
>>>
>>>
>>> Makes sense. I'll see to add a schema attribute to the CompositeCaster.
>
> Added to composite-custom branch.
>
> Would this do? https://github.com/dvarrazzo/psycopg/commit/9949e04c70386e09a4dde2371b82895b0163d9ef

Just merged: yep, that works for me!

Here is what I now have:

https://github.com/oberstet/scratchbox/blob/master/python/psycopg2/test8.py

Thanks!

Tobias

In response to

Browse psycopg by date

  From Date Subject
Next Message Tobias Oberstein 2012-09-22 18:02:00 Re: flexi adaption/casting scheme
Previous Message Daniele Varrazzo 2012-09-22 14:15:22 Re: flexi adaption/casting scheme