v3 from the ground up - Mailing list pgsql-jdbc

From Brian Olson
Subject v3 from the ground up
Date
Msg-id 6F2CE755-9928-11D8-8F44-000393D1CAB0@bolson.org
Whole thread Raw
Responses Re: v3 from the ground up
List pgsql-jdbc
Retrofitting the existing JDBC implementation with a v3 protocol seemed
pretty daunting to me, so for the last couple days I've been writing a
java v3 protocol implementation. It's just a raw expression of the
protocol at this point, but it can do a minimal extended query
{parse,bind,describe,execute,close,sync}.

Anyone else think this is a useful direction to pursue? Perhaps when
there's a fuller v3 java library, it would be feasible to graft the
JDBC interface onto it.

Brian Olson
http://bolson.org/


pgsql-jdbc by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: [PERFORM] is a good practice to create an index on the
Next
From: Dave Cramer
Date:
Subject: Re: v3 from the ground up