Re: extra rowcopy in ResultSet allways needed ?.

From: Kris Jurka <books(at)ejurka(dot)com>
To: Gustav Trede <gustav(dot)trede_wsdevel(at)telia(dot)com>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: extra rowcopy in ResultSet allways needed ?.
Date: 2008-02-20 17:18:43
Message-ID: Pine.BSO.4.64.0802201217040.7747@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 20 Feb 2008, Gustav Trede wrote:

>
> here is diff from current cvs.

Patch applied, thanks. The one minor change I made was to set rowBuffer =
null instead of rowBuffer = this_row in the non-updatable case to catch
any potential issues where the rowBuffer was being used improperly.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Agustin CS 2008-02-22 10:52:21 Problem executing remote SELECT's (through internet) with JDBC
Previous Message Heikki Linnakangas 2008-02-20 14:26:05 Re: Retrieving last InsertedID : INSERT... RETURNING safe ?