Re: Refcursor bug

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Refcursor bug
Дата
Msg-id A336CD7F-D7EB-47FB-9CC3-6D2FF5AD4136@fastcrypt.com
обсуждение исходный текст
Ответ на Re: Refcursor bug  (Altaf Malik <mmalik_altaf@yahoo.com>)
Список pgsql-jdbc

On 27-Apr-07, at 1:56 PM, Altaf Malik wrote:

Yes it is useless but at least we cannot prevent the user from doing it. Does it mean we should throw exception and not allow user to get even the first resultset? Because exception comes internally when processing the resultset.

There's many things the user can do that don't work. Is this for some other product ?

Dave

--Altaf

Kris Jurka <books@ejurka.com> wrote:


On Fri, 27 Apr 2007, Altaf Malik wrote:

> Hi, I encountered a bug with refcursors with the latest JDBC driver. I
> cannot get two refcursors as OUT parameter if both of them point to the
> same underlying refcursor.
>

Is this an actual problem or just something you came up with to make it
fail? I don't see the use case here because the previous driver version
would return the full ResultSet and then an empty one because everything
had been fetched from it. So that would be pretty useless.

Kris Jurka


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend



Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.

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

Предыдущее
От: Altaf Malik
Дата:
Сообщение: Re: Refcursor bug
Следующее
От: David Clark
Дата:
Сообщение: Bug in org.postgresql.jdbc2.AbstractJdbc2ResultSet?