Re: Bug with callable statement and output parameters - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Bug with callable statement and output parameters
Date
Msg-id Pine.BSO.4.63.0605032353450.1408@leary2.csoft.net
Whole thread Raw
In response to Re: Bug with callable statement and output parameters  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Bug with callable statement and output parameters
List pgsql-jdbc

On Mon, 1 May 2006, Dave Cramer wrote:

> New patch.
>

You've made a mistake integrating the additional tests that I sent you.
You're using the same function for both tests when I used two different
function signatures.  If you use the correct function definitions you can
see that one of them is still failing.  Also the tests are leaving the
created function around in the test database.  If you remove the "OR
REPLACE" you can see this.

Finally there's a typo in the error message about an invalid number of
parameters.  It should say "an invalid" instead of "and invalid".

Kris Jurka

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: changing my password under cygwin
Next
From: "surabhi.ahuja"
Date:
Subject: code to cancel a running query, worker thread