DatabaseMetaData.getTables returns lower-case column names - Mailing list pgsql-jdbc

From Július Štroffek
Subject DatabaseMetaData.getTables returns lower-case column names
Date
Msg-id CAGoAyueX3BFt0g9hxbp_7CShDGDVWi2T09AEfSWs0fZYpmvTmw@mail.gmail.com
Whole thread Raw
Responses Re: DatabaseMetaData.getTables returns lower-case column names
List pgsql-jdbc
Hi,

I am using eclipselink with pgsql jdbc driver '9.2-1002 JDBC 4' and
when eclipselink tries to get the list of available tables using the
${subject} function PostgreSQL JDBC will return the result having the
column names lower case.

The JDBC API clearly describes them as upper-case, see

http://docs.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#getTables%28java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String[]%29

Is there any reason why the names are returned as lower case?

Please keep me CC-ed as I am not on this list.

Thank you,
Kind regards

Julo

--
Julius Stroffek
http://www.stroffek.cz


pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Support for materialized views
Next
From: Thomas Kellerer
Date:
Subject: Re: DatabaseMetaData.getTables returns lower-case column names