Re: binary protocol, again

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: "P(dot) Christeas" <xrg(at)linux(dot)gr>
Cc: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Re: binary protocol, again
Date: 2012-07-20 17:00:36
Message-ID: CA+mi_8a0sen-xSbx9ZEpb_-Z8GokowCz3iWB8GPuXB9PdpaSNw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Fri, Jul 20, 2012 at 5:45 PM, P. Christeas <xrg(at)linux(dot)gr> wrote:
> Hi,
>
> for your information, I have resurrected that old idea, and tried to produce
> some working code here:

Thank you, let us know how it goes. If I can I'll try to take a look
at your work and contribute.

At a glance, it looks like you have forked from somewhere far away in
the past: wouldn't be worth rebasing on a more recent tag, such as the
latest release, or at least merging to avoid diverging too much?

What of the following three are you addressing?

1. passing params as binary to queries
2. returning results from queries as binary
3. using PQexecParams instead PQexec

Thank you again!

-- Daniele

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message P. Christeas 2012-07-20 17:09:49 Re: binary protocol, again
Previous Message P. Christeas 2012-07-20 16:45:02 binary protocol, again