Re: metadata.getColumns() using Apache Tomcat / jndi

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Thomas Strunz <beginner_(at)hotmail(dot)de>
Cc: danap(at)ttc-cmc(dot)net, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: metadata.getColumns() using Apache Tomcat / jndi
Date: 2011-10-03 05:39:39
Message-ID: CA+0W9LM_AHMaN0Br1FpOzwSRn051PA6KFv8=oab_wOrHDxf5_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 3 October 2011 18:00, Thomas Strunz <beginner_(at)hotmail(dot)de> wrote:

> Anway I changed the command to "metaData.getColumns(null, null,
> molTableName, "%");". Behaviour remains exactly the same. this works for MS
> SQL, MySQL and HSQLDB but not for postgresql. Meaning there must be a bug
> somewhere.

Have you confirmed that the table name you are passing really is the
same in both cases?

Failing that, I suggest you log the query on the server side and see
what's happening differently.

Oliver

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Strunz 2011-10-03 06:04:35 Re: metadata.getColumns() using Apache Tomcat / jndi
Previous Message Thomas Strunz 2011-10-03 05:00:54 Re: metadata.getColumns() using Apache Tomcat / jndi