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

From: Oliver Jowett <oliver(at)opencloud(dot)com>
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 22:10:28
Message-ID: 42697654.8030702@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Palle Girgensohn 2005-04-22 22:11:51 Re: Threading problem
Previous Message Oliver Jowett 2005-04-22 22:08:12 Re: Threading problem