Re: binary protocol, again - Mailing list psycopg

From Daniele Varrazzo
Subject Re: binary protocol, again
Date
Msg-id CA+mi_8a0sen-xSbx9ZEpb_-Z8GokowCz3iWB8GPuXB9PdpaSNw@mail.gmail.com
Whole thread Raw
In response to binary protocol, again  ("P. Christeas" <xrg@linux.gr>)
Responses Re: binary protocol, again  ("P. Christeas" <xrg@linux.gr>)
List psycopg
On Fri, Jul 20, 2012 at 5:45 PM, P. Christeas <xrg@linux.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

psycopg by date:

Previous
From: "P. Christeas"
Date:
Subject: binary protocol, again
Next
From: "P. Christeas"
Date:
Subject: Re: binary protocol, again