Re: Integration of Psycopg with XTA

From: Federico Di Gregorio <fog(at)dndg(dot)it>
To: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
Cc: psycopg(at)lists(dot)postgresql(dot)org
Subject: Re: Integration of Psycopg with XTA
Date: 2018-10-03 12:44:39
Message-ID: fee08a0a-c07e-2fa3-dbff-cf813a7886b8@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 10/03/2018 02:37 PM, Daniele Varrazzo wrote:
> On Wed, Oct 3, 2018 at 1:28 PM Federico Di Gregorio<fog(at)dndg(dot)it> wrote:
>
>>> This is interesting because PyCapsule is for sure a "clean" way to pass
>>> the pointer from Psycopg to XTA.
> Fog, maybe it's worth adding the capsules for PGconn and PGresult to
> the objects interface and document them? Can do that for psycopg 2.8.

If it works I'd add it (and document it as an "internal" extension point
used by other C-level modules) for 2.8, yes.

By PGresult you mean adding it on the cursor, or the connection?

federico

--
Federico Di Gregorio federico(dot)digregorio(at)dndg(dot)it
DNDG srl http://dndg.it
Io non sono romantica. La candelina sul tavolo mi vede e si spegne.
-- sisterconfusion

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2018-10-03 12:52:43 Re: Integration of Psycopg with XTA
Previous Message Daniele Varrazzo 2018-10-03 12:37:56 Re: Integration of Psycopg with XTA