Re: Fix for changing parameter types with server prepared

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Fix for changing parameter types with server prepared
Date: 2005-01-30 06:36:23
Message-ID: Pine.BSO.4.56.0501300133560.24790@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
statement.describe-fix1.patch text/plain 442 bytes

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-01-30 06:49:04 Re: Fix for changing parameter types with server prepared
Previous Message Kris Jurka 2005-01-30 06:22:57 Re: Fix for changing parameter types with server prepared statements