Re: Query preparation

From: John Lister <john(dot)lister-ps(at)kickstone(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Oliver Jowett <oliver(at)opencloud(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Query preparation
Date: 2009-04-16 11:26:25
Message-ID: 49E715E1.6020304@kickstone.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Heikki Linnakangas wrote:
>
> Here's the patch. Describe message is only sent in the first
> invocation of a query. The Field[] array constructed from the
> RowDescription message is saved in the SimpleQuery object for reuse.
>
Cheers, I'd already added similar code while expanding the binary
support for arrays. good to see both on the same lines..

I'll try and get the binary stuff sorted soon.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heikki Linnakangas 2009-04-16 13:03:12 Fast BigDecimal
Previous Message Heikki Linnakangas 2009-04-16 11:12:06 Re: Query preparation