Re: BUG? res.next() == false, but psql finds tuples? - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: BUG? res.next() == false, but psql finds tuples?
Date
Msg-id 809.1114182092@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG? res.next() == false, but psql finds tuples?  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: BUG? res.next() == false, but psql finds tuples?
List 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 by date:

Previous
From: Palle Girgensohn
Date:
Subject: Re: BUG? res.next() == false, but psql finds tuples?
Next
From: Palle Girgensohn
Date:
Subject: Re: Threading problem