Re: setObject on PGInterval throws "Unknown Type null"

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Jean-Pierre Pelletier <pelletier_32(at)sympatico(dot)ca>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: setObject on PGInterval throws "Unknown Type null"
Date: 2005-01-25 23:42:46
Message-ID: Pine.BSO.4.56.0501251839580.19268@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Stéphane RIFF 2005-01-26 08:17:10 JDBC HighLoad
Previous Message Oliver Jowett 2005-01-25 23:33:07 Re: setObject on PGInterval throws "Unknown Type null"