Re: [PATCHES] Patch for jdbc2 ResultSet.java

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCHES] Patch for jdbc2 ResultSet.java
Дата
Msg-id 200109060332.f863WXH12241@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Patch for jdbc2 ResultSet.java  (Joseph Shraibman <jks@selectacast.net>)
Список 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 по дате отправления:

Предыдущее
От: Dave Harkness
Дата:
Сообщение: Re: Patch for jdbc2 ResultSet.java
Следующее
От: "Thomas O'Dowd"
Дата:
Сообщение: Re: driver source code indentation