Re: ResultSet with more than 5 rows causes error - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: ResultSet with more than 5 rows causes error
Date
Msg-id Pine.BSO.4.64.0709271620530.14153@leary.csoft.net
Whole thread Raw
In response to Re: ResultSet with more than 5 rows causes error  ("Ludovico Bianchini" <metlud@yahoo.it>)
Responses Re: ResultSet with more than 5 rows causes error
List pgsql-jdbc

On Thu, 27 Sep 2007, Ludovico Bianchini wrote:

> Sorry, the error does not seem to be in the ResultSet but instead in the
> Callable Statement, method execute().
>
> java.lang.NullPointerException
>        at
> org.postgresql.core.v3.SimpleParameterList.getV3Length(SimpleParameterList.java:228)
>        at
> org.postgresql.core.v3.QueryExecutorImpl.sendBind(QueryExecutorImpl.java:807)

It is likely failing at execution number 6 because that's the point where
the driver switches over to using server prepared statements instead of
executing things on the fly.  I don't have time to take a look at this
now, but it's likely a driver problem.  Hopefully I'll be able to look at
this on Sunday/Monday.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Giuseppe Sacco
Date:
Subject: Re: ResultSet with more than 5 rows causes error
Next
From: Eric Faulhaber
Date:
Subject: Re: ResultSet with more than 5 rows causes error