Re: [PATCHES] Patch for jdbc2 ResultSet.java - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: [PATCHES] Patch for jdbc2 ResultSet.java
Date
Msg-id 200109060332.f863WXH12241@candle.pha.pa.us
Whole thread Raw
In response to Re: Patch for jdbc2 ResultSet.java  (Joseph Shraibman <jks@selectacast.net>)
List pgsql-jdbc
>
>
> Barry Lind wrote:
> > Joseph,
> >
> > In looking at this patch it looks OK, except for the following change:
> >
> >  > !         if (index>=-rows.size())
> >  > --- 725,737 ----
> >  > !         if (index > rows_size)
> >
> > I haven't looked at the entire method, but the change you made seems
> > incorrect.
> >
> Oops!  Thanks for catching that.  Cut and paste error.  I hate those.
>
> > If you want this patch to be applied it should be sent to the
> > pgsql-patches mail list.
>
>
> I thought that jdbc stuff was preferred to be on the jdbc list.  I guess not.

Actually, yes, I throw stuff to jdbc and patches for completeness.  jdbc
people, tell me what you want done in the future.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Dave Harkness
Date:
Subject: Re: Patch for jdbc2 ResultSet.java
Next
From: "Thomas O'Dowd"
Date:
Subject: Re: driver source code indentation