Re: Query preparation - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Query preparation
Date
Msg-id 49E52100.5000902@opencloud.com
Whole thread Raw
In response to Re: Query preparation  (John Lister <john.lister-ps@kickstone.com>)
List pgsql-jdbc
John Lister wrote:
> The extended protocol stuff has been
> bolted subsequently to the execute part of the driver rather than doing
> it when the query is prepared...

That was indeed what happened (slightly more than "bolted on", there was
a rewrite of the network layer!), but remember that the driver actually
supports both v2 and v3 protocols. There are fewer cases that need v2
support these days, but I'm sure there would be some unhappy people if
the driver suddenly dropped it altogether. So keep in mind that any
architectural changes will still need to support v2 as well at this stage.

-O


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Query preparation
Next
From: Heikki Linnakangas
Date:
Subject: Re: Query preparation