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

From Ludovico Bianchini
Subject Re: ResultSet with more than 5 rows causes error
Date
Msg-id 008901c8011f$8c815800$4101a8c0@MRHYDE
Whole thread Raw
In response to ResultSet with more than 5 rows causes error  (Ludovico Bianchini <metlud@yahoo.it>)
Responses Re: ResultSet with more than 5 rows causes error
Re: ResultSet with more than 5 rows causes error
List pgsql-jdbc
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)
        at
org.postgresql.core.v3.QueryExecutorImpl.sendOneQuery(QueryExecutorImpl.java:1052)
        at
org.postgresql.core.v3.QueryExecutorImpl.sendQuery(QueryExecutorImpl.java:643)
        at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:189)
        at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
        at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351)
        at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:344)

pgsql-jdbc by date:

Previous
From: Ludovico Bianchini
Date:
Subject: ResultSet with more than 5 rows causes error
Next
From: "Ludovico Bianchini"
Date:
Subject: Re: ResultSet with more than 5 rows causes error