Re: setObject(col, blob) throws PSQLException

From: Kris Jurka <books(at)ejurka(dot)com>
To: Marc Herbert <Marc(dot)Herbert(at)emicnetworks(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: setObject(col, blob) throws PSQLException
Date: 2005-10-03 17:29:57
Message-ID: Pine.BSO.4.61.0510031228270.20612@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Russell Francis 2005-10-03 21:02:51 Re: queries against CIDR fail against 8.0.3?
Previous Message Marc Herbert 2005-10-03 09:34:07 Re: setObject(col, blob) throws PSQLException