Cursornames

From: Kim Ho <kho(at)redhat(dot)com>
To: pgsql-jdbc-list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Cursornames
Date: 2003-08-04 21:38:21
Message-ID: 1060033101.4892.3.camel@yay
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This fixes the behaviour that Felipe Schnack noticed.

The logic goes, if the statement name is null (which happens when you do
not use cursors or server prepared statements), then we have already
fetched all the rows, and there are no more.

Cheers,

Kim

Attachment Content-Type Size
cursornames.diff text/x-patch 859 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Erik Price 2003-08-04 21:55:32 Re: Connection problem
Previous Message Scot P. Floess 2003-08-04 21:17:50 Re: Connection problem