Problem with setNull()

From: "Robert M(dot) Zigweid" <rzigweid(at)securesoftware(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Problem with setNull()
Date: 2002-10-11 15:07:24
Message-ID: 1034348844.8031.8.camel@Ilyria
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I consider this to be a reasonably major bug. Fortunatly this should be
quite easy to fix as well.

AbstractJdbc1Statement ignores the SQL type, which is fine, but when
actually giving the information to the database, rather than passinga
NULL it's passing ''.

In particular this doesn't work with the bigint type and an error
occurs.

What is worse, is that no exception is thrown when this occurs. I have
yet to track this particular problem down.

Regards,

Robert M. Zigweid

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Doug Fields 2002-10-11 15:44:23 Re: Out of memory error on huge resultset
Previous Message nferrier 2002-10-11 14:57:49 Re: Out of memory error on huge resultset