Re: setObject(col, blob) throws PSQLException

From: Marc Herbert <Marc(dot)Herbert(at)emicnetworks(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: setObject(col, blob) throws PSQLException
Date: 2005-10-03 09:34:07
Message-ID: 877jcvx7u8.fsf@mail.emicnetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka <books(at)ejurka(dot)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 :-/

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-10-03 17:29:57 Re: setObject(col, blob) throws PSQLException
Previous Message Oliver Jowett 2005-10-03 01:41:09 Re: Selecting on non ASCII varchars