Re: [BUGS] JDBC buggy in 7.1beta3

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: [BUGS] JDBC buggy in 7.1beta3
Дата
Msg-id 3A6FD926.98C26EF@xythos.com
обсуждение исходный текст
Ответ на Re: [BUGS] JDBC buggy in 7.1beta3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Re: [BUGS] JDBC buggy in 7.1beta3  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-jdbc
This is no longer a problem in 7.1.  The bug here was the same one
introduced by the wrong version of Gunner's bytearray pooling patch
being applied.  It was fixed in current sources by Peter commenting out
the bytearray pooling.

thanks,
--Barry


Bruce Momjian wrote:
>
> Anyone fixing this bug?
>
> > I reported a JDBC bug in the 7.1 beta1 release back in December and notice that the same bug is still present in
thecurrent beta 3 sources.  The problem relates to nested cursors failing and is quite simple to reproduce.  A simple
testcase can be found at: 
> >
> > http://www.twospuds.com/pg7-1b3-jdbc-bug.tar.gz
> >
> > The 7.0.2 JDBC drivers work fine against the 7.1b3 backend, with a little tweaking for "long" rows.
> >
> > Peter (Mount) did acknowledge the bug but I have not heard anything on the list since then.  Is anyone looking at
it? Come to think of it, I haven't seen anything on the lists [HACKERS mainly] from Peter for a while. 
> >
> > Stu.
> > --
> > Stu Coates
> > Chelmsford, England U.K.
> > ICQ:146628
> > http://www.stucoates.com/
> >
> > ______________________________________________
> > FREE Personalized Email at Mail.com
> > Sign up at http://www.mail.com/?sr=signup
> >
>
> --
>   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 по дате отправления:

Предыдущее
От: aoki@acm.org (Paul M. Aoki)
Дата:
Сообщение: Re: [BUGS] no way in LargeObject API to detect short read?
Следующее
От: Barry Lind
Дата:
Сообщение: Re: [BUGS] JDBC PreparedStatement.setMaxRows() affects other objectsinstantiated from this class and it's parent class