Re: Fix for changing parameter types with server prepared statements

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Fix for changing parameter types with server prepared statements
Date: 2005-01-30 19:13:13
Message-ID: 41FD31C9.1040708@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:
> On Fri, 28 Jan 2005, Oliver Jowett wrote:
>
>>I just fixed this in CVS, it wasn't as painful to do as I originally
>>thought. It should also work for the NULL-as-oid-0 case if we go back to
>>doing that -- any change in parameter type oids causes a reprepare.
>
> The attached patch implements the Describe (Statement) protocol
> message which allows us to do a number of things.

Looks good to me.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Venkatesh Babu 2005-01-31 07:21:45 Help with exception: java.lang.IllegalArgumentException: \0 not allowed
Previous Message Oliver Jowett 2005-01-30 19:08:41 Re: Fix for changing parameter types with server prepared statements