Re: Missing fields in getColumns() result

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Missing fields in getColumns() result
Дата
Msg-id Pine.BSO.4.64.0801062143170.9644@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Missing fields in getColumns() result  (Christian Schröder <cs@deriva.de>)
Ответы Re: Missing fields in getColumns() result
Список pgsql-jdbc

On Mon, 24 Dec 2007, Christian Schr�der wrote:

> So the problem doesn't seem to be solved yet. I have implemented a patch
> that specifically adds the "SOURCE_DATA_TYPE" field to the result of
> "getColumns()".

I don't like splitting the code into columns + values and I don't like
splitting the query into two parts as inconsistencies may occur in the
face of concurrent updates.  What about moving the existing implementation
of getColumns to getColumns(int jdbcVersion), making it do different
things based on the version provided and having getColumns() in Jdbc2/3
just provide the version to the new code.

Kris Jurka

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

Предыдущее
От: Roy Smith
Дата:
Сообщение: Check constraint metadata
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Batch Update problem