Re: [BUGS] JDBC buggy in 7.1beta3

2001-01-26 Thread Barry Lind
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?

Re: [JDBC] Re: [BUGS] JDBC buggy in 7.1beta3

2001-01-26 Thread Peter T Mount
Quoting Barry Lind <[EMAIL PROTECTED]>: > 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. That's what I thou

Re: [BUGS] JDBC buggy in 7.1beta3

2001-01-25 Thread Peter T Mount
Quoting Bruce Momjian <[EMAIL PROTECTED]>: > > 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 the current beta 3 sources. > The problem relates to nested cursors failing and is quite simple to > r

Re: [BUGS] JDBC buggy in 7.1beta3

2001-01-24 Thread Bruce Momjian
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 the current beta 3 sources. The problem relates to >nested cursors failing and is quite simple to reproduce. A simple test case can be >found at: > >

[BUGS] JDBC buggy in 7.1beta3

2001-01-15 Thread Stu Coates
I reported a JDBC bug in the 7.1 beta1 release back in December and notice that the same bug is still present in the current beta 3 sources. The problem relates to nested cursors failing and is quite simple to reproduce. A simple test case can be found at: http://www.twospuds.com/pg7-1b3-jdb