Re: metadata.getColumns() using Apache Tomcat / jndi - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: metadata.getColumns() using Apache Tomcat / jndi
Date
Msg-id CA+0W9LM_AHMaN0Br1FpOzwSRn051PA6KFv8=oab_wOrHDxf5_g@mail.gmail.com
Whole thread Raw
In response to Re: metadata.getColumns() using Apache Tomcat / jndi  (Thomas Strunz <beginner_@hotmail.de>)
Responses Re: metadata.getColumns() using Apache Tomcat / jndi
List pgsql-jdbc
On 3 October 2011 18:00, Thomas Strunz <beginner_@hotmail.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

pgsql-jdbc by date:

Previous
From: Thomas Strunz
Date:
Subject: Re: metadata.getColumns() using Apache Tomcat / jndi
Next
From: Thomas Strunz
Date:
Subject: Re: metadata.getColumns() using Apache Tomcat / jndi