JDBC Driver Problem - Mailing list pgsql-jdbc

From Gautham S. Rao
Subject JDBC Driver Problem
Date
Msg-id 01fd01c1dbd7$9930d350$41057aa3@tatainfotech.com
Whole thread Raw
Responses Re: JDBC Driver Problem  ("Nick Fankhauser" <nickf@ontko.com>)
List pgsql-jdbc
Hi,
 
We have a query that involves 'union' and 'except' clause. When it is run on the psql database at the backend it retuns the required data. However, when it is executed using the jdbc driver it is returning less number of records. The statements after the union and except clause are not getting executed. Is this a bug in the JDBC driver?
 
Also a similar problem is encountered in another query that uses 'case when <> then <> else <> end' the equivalent of 'decode'. This query returns records when exceuted at the backend, but when exceuted using the JDBC driver, it retuns no records. What could be the problem? Have any of you encountered a similar problem and how do we solve it?
 
Regards,
Gautham.

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: getColumns()
Next
From: "Nick Fankhauser"
Date:
Subject: Re: JDBC Driver Problem