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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pg(at)fastcrypt(dot)com
Cc: Palle Girgensohn <girgen(at)pingpong(dot)net>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: BUG? res.next() == false, but psql finds tuples?
Date: 2005-04-22 15:01:32
Message-ID: 809.1114182092@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer <pg(at)fastcrypt(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Palle Girgensohn 2005-04-22 15:05:03 Re: Threading problem
Previous Message Palle Girgensohn 2005-04-22 14:33:01 Re: BUG? res.next() == false, but psql finds tuples?