Re: Fix for changing parameter types with server prepared - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Fix for changing parameter types with server prepared
Date
Msg-id Pine.BSO.4.56.0501300133560.24790@leary.csoft.net
Whole thread Raw
In response to Re: Fix for changing parameter types with server prepared statements  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc

On Sun, 30 Jan 2005, Kris Jurka wrote:

> The attached patch implements the Describe (Statement) protocol
> message which allows us to do a number of things.
>

Incremental diff for minor bug.  If we are going to execute this statement
after a describe message the doneAfterRowDescNoData code will not be
called, so we need to increment the describeIndex ourselves.

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Fix for changing parameter types with server prepared statements
Next
From: Kris Jurka
Date:
Subject: Re: Fix for changing parameter types with server prepared