Re: Removing support for v1 and v2 protocols? - Mailing list pgsql-odbc

From Dave Page
Subject Re: Removing support for v1 and v2 protocols?
Date
Msg-id CA+OCxoyDqjjDVLK1du=VDgby=F16abSTarXkeGcfs8=mVsa5Bg@mail.gmail.com
Whole thread Raw
In response to Re: Removing support for v1 and v2 protocols?  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: Removing support for v1 and v2 protocols?  (Craig Ringer <craig@2ndquadrant.com>)
Re: Removing support for v1 and v2 protocols?  (Stephen Frost <sfrost@snowman.net>)
List pgsql-odbc
On Thu, Jun 19, 2014 at 4:49 AM, Craig Ringer <craig@2ndquadrant.com> wrote:
>
> I'm a bit lost as to why psqlODBC does so much of this its self, instead
> of just using libpq. PgJDBC does it because it wants to be a JDBC Type 4
> driver, i.e. all Java code, so it can't talk to libpq over JNI/JNA. That
> concern does not apply to psqlODBC, which in fact already links to libpq
> but doesn't seem to use it for protocol handling.

We tried to port psqlODBC to libpq 5 - 10 years ago. It didn't go
well, and eventually we went back to the original code.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-odbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Protocol de-synchronisation bug, bogus query sent
Next
From: Craig Ringer
Date:
Subject: Re: Removing support for v1 and v2 protocols?