Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes
Дата
Msg-id Pine.BSO.4.61.0601271926440.10644@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes  (Matthew Hixson <hixson@poindextrose.org>)
Список pgsql-general

On Fri, 27 Jan 2006, Matthew Hixson wrote:

> The problem is that the JDO layer is looking for the table name in a system
> table like so:

When using DatabaseMetaData calls to determine what tables and columns are
available you must be aware of what case the search terms need to be
passed in with.  You must know if your tables were created with or
without quotes, but then you can use the DatabaseMetaData methods
stores[XXX]Case[Quoted]Idetifiers() to determine what case to pass
parameters to methods like getTables().  It's unclear what control (if
any) you have over this, but that's how it's supposed to work.

Kris Jurka


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

Предыдущее
От: Matthew Hixson
Дата:
Сообщение: Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes
Следующее
От: "Ron St-Pierre"
Дата:
Сообщение: Re: Importing Many XML Records