Problem with java.sql.DatabaseMetaData

From: "Mitterwald, Holger" <holger(dot)mitterwald(at)coi(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Problem with java.sql.DatabaseMetaData
Date: 2002-06-06 13:48:30
Message-ID: 3CFF682E.AFE96F0@coi.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello, I still have some problems with
the methods
getIndexInfo()
and
getTables()

In my opinion it shouldn't matter if I define the tablenames
in lowercase or in mixed/uppercase like in "normal" sql-statements.
There the both statements are equal:
select * from customer....
and
select * from Customer...

But in the jdbc driver you have to put all the table names in both methods
as lowercase - otherwise no Tables are found.

So shouldn't the JDBC-driver automatically convert the tablenames to lowercase?????

Best regards,
Holger

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-06-06 13:52:03 Re: Java GUI mailing list
Previous Message Jim Caley 2002-06-06 13:42:39 Re: Java GUI mailing list