Re: Bug with callable statement and output parameters

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Bug with callable statement and output parameters
Дата
Msg-id Pine.BSO.4.63.0605032353450.1408@leary2.csoft.net
обсуждение исходный текст
Ответ на Re: Bug with callable statement and output parameters  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: Bug with callable statement and output parameters  (Dave Cramer <pg@fastcrypt.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: changing my password under cygwin
Следующее
От: "surabhi.ahuja"
Дата:
Сообщение: code to cancel a running query, worker thread