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

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: BUG? res.next() == false, but psql finds tuples?
Дата
Msg-id 42697654.8030702@opencloud.com
обсуждение исходный текст
Ответ на 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 wrote:
> Certainly looks like a bug, in the java version mango is not quoted so
> pg thinks it is a column.
>
> Although I just checked the test cases and we do this all the time ???

The (lack of) quoting is a red herring, it's just how our
PreparedStatement.toString() is implemented. The actual query sent uses
$1/$2 as you can see in the tcpdump.

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Threading problem
Следующее
От: Palle Girgensohn
Дата:
Сообщение: Re: Threading problem