Re: insufficient data left in message II

From: Robert Wimmer <seppwimmer(at)hotmail(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: insufficient data left in message II
Date: 2008-04-30 10:11:38
Message-ID: BAY139-W24C4B610DE9060DE3D7168D0D80@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


> Robert Wimmer wrote:
> > now i am able to reproduce this error.
> >
> > the error occurs if you set a (nullable) parameter in a prepared
> > statement to null the "wrong way".
> > here are 4 examples and what happens
> >
> > ***
> > PreparedStatement stmt ...;
>
> What is the query you are using and against what schema?
>
> If you can send us a compilable program that shows just the problem that
> would be perfect.
>
the problem only occurs only in a specific complex context (an eclipse plugin i wrote).
if I amrunning equal prepared statements on the same database and table with equivalent
parameters in an other (more simple environment) this error wont happen.
so i will try to reproduce this error in a more simple environment.
i dont want to bother you with this plugin.

so, at the moment, i am not sure that this is a pg-jdbc problem. may be it is
only a misleading error message.

but i will post the result here any way

regards sepp

_________________________________________________________________
Sie lieben Hotmail? Jetzt ist es noch besser. Drag and Drop, neue Lesebereichlayouts, verbesserte Sicherheit und 5GB GRATIS Speicherplatz machen die Online-Kommunikation um vieles einfacher. Das neue Windows Live Hotmail. Eröffnen Sie JETZT Ihr Konto!
http://get.live.com/mail/overview/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew Perepelytsya 2008-04-30 19:27:50 BLOB is read into memory instead of streaming (bug?)
Previous Message Oliver Jowett 2008-04-29 22:21:44 Re: insufficient data left in message II