Re: getProcedureColumns - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: getProcedureColumns
Date
Msg-id Pine.BSO.4.64.0702280240160.9224@leary.csoft.net
Whole thread Raw
In response to Re: getProcedureColumns  (Jeffrey Cox <namredips@gmail.com>)
Responses Re: getProcedureColumns
Re: getProcedureColumns
List pgsql-jdbc

On Wed, 14 Feb 2007, Jeffrey Cox wrote:

> I know it's a pain, but I will test it... I just need to get the all the
> servers up and running. It might take me some time to get them up and going,
> but shouldn't be to troubling.

Here's a patch that I based off of yours.  For 8.1 code we need to look at
proallargtypes instead of just proargtypes to get the correct output
types.  I haven't really tested it, but it looks correct.  Any progress on
setting up test cases for different server versions?

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Minor performance improvements
Next
From: Tim Pizey
Date:
Subject: Re: how to continue using a connection after an error with autocommit=false