Re: Bug with callable statement and output parameters - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Bug with callable statement and output parameters
Date
Msg-id Pine.BSO.4.63.0611022346360.4360@leary2.csoft.net
Whole thread Raw
In response to Re: Bug with callable statement and output parameters  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc

On Mon, 22 May 2006, Kris Jurka wrote:

> In testing I found some other related bugs regarding trying to retrieve
> results that are not available as the attached test cases demonstrate.
>

I've fixed the following three problem cases for CallableStatements in CVS
HEAD.

1) Calling wasNull before fetching anything threw an
    ArrayIndexOutOfBoundsException.

2) Fetching data before executing the statement threw a
    NullPointerException.

3) Fetching data when nothing was registered to be returned threw a
    NullPointerException.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement
Next
From: Kris Jurka
Date:
Subject: Re: ResultSetMetaData + CachedResultSet bug