Re: 7.1beta1 JDBC Nested cursor problem
Peter Mount <peter@retep.org.uk>
From: peter@retep.org.uk
To: Stu Coates <stu_coates@mail.com>
Cc: pgsql-bugs@postgresql.org
Date: 2000-12-11T15:23:25Z
Lists: pgsql-bugs
Quoting Stu Coates <stu_coates@mail.com>: > I think that I've found a little bug in the 7.1beta1 JDBC drivers. > Attached is a simple test case which produces the problem on my setup > (LinuxPPC 2000, on Apple PowerMac G3-400Mhz, 512MB). It would seem that > the drivers and/or the DBMS has a problem with nested queries, even > simple ones. > > Here's the stacktrace: > > Bad Long > at org.postgresql.jdbc2.ResultSet.getLong(ResultSet.java:284) > at Test.go(Test.java:35) > at Test.main(Test.java:15) > > I'm using the 7.0.2 JDBC drivers against the 7.1beta1 backend and > everything seems to be working fine with those, just the new ones > (7.1beta1) have this problem. Yes, I'm still tracing this one. I discovered it a few weeks ago while looking at rewriting the standard queries in DatabaseMetaData, but the backend seems to return not an Int/Long but the type name instead. It's interesting to see that other code is getting the same problem. Peter