Re: BUG? res.next() == false, but psql finds tuples?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG? res.next() == false, but psql finds tuples?
Дата
Msg-id 809.1114182092@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG? res.next() == false, but psql finds tuples?  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: BUG? res.next() == false, but psql finds tuples?  (Palle Girgensohn <girgen@pingpong.net>)
Список pgsql-jdbc
Dave Cramer <pg@fastcrypt.com> writes:
> Certainly looks like a bug, in the java version mango is not quoted so
> pg thinks it is a column.

But that's just sloppiness in the java log message.  The TCP dump shows
clearly that the values are being sent as $n parameters.

I'm wondering about misassignment of data types or something.  It's not
clear though how that would result in no error but zero rows returned.
What are the column data types exactly?

            regards, tom lane

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: BUG? res.next() == false, but psql finds tuples?
Следующее
От: Palle Girgensohn
Дата:
Сообщение: Re: Threading problem