Re: statement caching patch from Laszlo Hornyak for review

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: statement caching patch from Laszlo Hornyak for review
Дата
Msg-id 46B3B590.5060600@opencloud.com
обсуждение исходный текст
Ответ на Re: statement caching patch from Laszlo Hornyak for review  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: statement caching patch from Laszlo Hornyak for review
Список pgsql-jdbc
Dave Cramer wrote:
> Kris, Oliver,
>
> Laszlo is working on all of your recommendations, thanks for taking the
> time to review this.

Before he throws lots more work at this -- if you are adding a wrapping
statement object (removing the dependency on the PG driver's statement
implementation), is there anything else which that ties the
implementation to the postgresql driver code?

Seems to me that to get correct behaviour you need to wrap Statement
which also means you have to wrap Connection and so on .. at which point
the question is, does this need to be integrated with the driver at all
or can it be implemented as a separate module?

-O

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: statement caching patch from Laszlo Hornyak for review
Следующее
От: Albert Laszlo-Robert
Дата:
Сообщение: PSQLException: Too many update results were returned.