Re: Fix for changing parameter types with server prepared

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Fix for changing parameter types with server prepared
Дата
Msg-id Pine.BSO.4.56.0501300133560.24790@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Fix for changing parameter types with server prepared statements  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

On Sun, 30 Jan 2005, Kris Jurka wrote:

> The attached patch implements the Describe (Statement) protocol
> message which allows us to do a number of things.
>

Incremental diff for minor bug.  If we are going to execute this statement
after a describe message the doneAfterRowDescNoData code will not be
called, so we need to increment the describeIndex ourselves.

Kris Jurka

Вложения

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Fix for changing parameter types with server prepared statements
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Fix for changing parameter types with server prepared