JDBC setObject(n,obj) throws exception when obj is null

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: JDBC setObject(n,obj) throws exception when obj is null
Date: 2001-04-17 11:40:02
Message-ID: 200104171140.f3HBe2x27289@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dave Cramer (Dave(at)micro-automation(dot)net) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
JDBC setObject(n,obj) throws exception when obj is null

Long Description
The jdbc call setObject(n,obj) does not set the column to null if the object is null and the object is of type Object.

One easy solution to this problem is to simply check for null at the top of the setObject method, and call setNull(n,Types.Other)

Sample Code

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter T Mount 2001-04-17 13:19:37 Re: Major Memory Leak in PostgreSQL JDBC Driver
Previous Message Christine Kluka 2001-04-17 10:28:11 Postgres Installation