Re: setObject(col, blob) throws PSQLException - Mailing list pgsql-jdbc

From Marc Herbert
Subject Re: setObject(col, blob) throws PSQLException
Date
Msg-id 877jcvx7u8.fsf@mail.emicnetworks.com
Whole thread Raw
In response to setObject(col, blob) throws PSQLException  (Marc Herbert <Marc.Herbert@emicnetworks.com>)
Responses Re: setObject(col, blob) throws PSQLException
List pgsql-jdbc
Kris Jurka <books@ejurka.com> writes:

> On Thu, 29 Sep 2005, Marc Herbert wrote:
>
>> [setObject(col, blob, Types.Blob) throw Exception]
>>
>
> I've commited a fix to cvs for both the 8.0 and 8.1 branches.
> Types.CLOB and Types.ARRAY also suffered the same problem.
>

I just had a look at it (did not try it yet) and it seems you fixed:

  setObject(int parameterIndex, Object x)

But not:

  setObject(int parameterIndex, Object x, int targetSqlType)


Am I missing something ? (besides an actual test :-/






pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Selecting on non ASCII varchars
Next
From: Kris Jurka
Date:
Subject: Re: setObject(col, blob) throws PSQLException