Re: Query preparation

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: John Lister <john(dot)lister-ps(at)kickstone(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Query preparation
Date: 2009-04-14 23:49:20
Message-ID: 49E52100.5000902@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heikki Linnakangas 2009-04-15 12:42:55 Re: Query preparation
Previous Message Oliver Jowett 2009-04-14 23:43:29 Re: Query preparation