Re: setObject on PGInterval throws "Unknown Type null" - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: setObject on PGInterval throws "Unknown Type null"
Date
Msg-id Pine.BSO.4.56.0501251839580.19268@leary.csoft.net
Whole thread Raw
In response to Re: setObject on PGInterval throws "Unknown Type null"  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Wed, 26 Jan 2005, Oliver Jowett wrote:

> It's not unfixable, it just means there is more work required to fix the
> existing brokenness.
>

Actually I suppose it depends on how much you want to hold onto your
server prepared statement.  In both cases you could state that any change
of datatype will cause a reparse.  This would kill the usefulness if you
used untyped nulls intermixed with typed values, but it would be no worse
than never preparing at all.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: setObject on PGInterval throws "Unknown Type null"
Next
From: Stéphane RIFF
Date:
Subject: JDBC HighLoad