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

From Kris Jurka
Subject Re: setObject(col, blob) throws PSQLException
Date
Msg-id Pine.BSO.4.61.0510031228270.20612@leary.csoft.net
Whole thread Raw
In response to Re: setObject(col, blob) throws PSQLException  (Marc Herbert <Marc.Herbert@emicnetworks.com>)
List pgsql-jdbc

On Mon, 3 Oct 2005, Marc Herbert wrote:

> 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)
>

Actually I did it the other way around, I fixed setObject(int, Object,
int), but not setObject(int, Object).  I've fixed this now as well.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Marc Herbert
Date:
Subject: Re: setObject(col, blob) throws PSQLException
Next
From: Russell Francis
Date:
Subject: Re: queries against CIDR fail against 8.0.3?