Problem with java.sql.DatabaseMetaData

Поиск
Список
Период
Сортировка
От Mitterwald, Holger
Тема Problem with java.sql.DatabaseMetaData
Дата
Msg-id 3CFF6D4C.4AB6CD52@coi.de
обсуждение исходный текст
Ответы Re: Problem with java.sql.DatabaseMetaData  (Dave Cramer <Dave@micro-automation.net>)
Список 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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Java GUI mailing list
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Java GUI mailing list