Uppercase problem in jdbc2 DatabaseMetaData.getColumns()

Поиск
Список
Период
Сортировка
От Patrice Le Gurun
Тема Uppercase problem in jdbc2 DatabaseMetaData.getColumns()
Дата
Msg-id 200105311349.f4VDnLE57843@postgresql.org
обсуждение исходный текст
Ответы Re: Uppercase problem in jdbc2 DatabaseMetaData.getColumns()
Список pgsql-jdbc
Hello everybody !

I currently work on a project based on Java and PostgreSQL. This morning I
"discovered" a bug in DatabaseMetaData.getColumns() that did not retrieve
columns's informations when the table's name containt some uppercase
characters. It's a big problem for me because I must work with some tables
with uppercase char.

After some looks on the CVS tree, it seems that the tablename pattern is
converted to lowercase in the request. Is it possible to not convert the
pattern to lowercase or use a insensitive case search ?

--
Patrice Le Gurun
mailto:patrice.le-gurun@wanadoo.fr
"GNU/Linux lets you drink more beer !"

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

Предыдущее
От: Jan Heijmans
Дата:
Сообщение: MacOS X: How to get JDBC support for PostgreSQL working
Следующее
От: Pete Jewell
Дата:
Сообщение: Re: Uppercase problem in jdbc2 DatabaseMetaData.getColumns()