Re: Allow setObject(x,y,Types.INTEGER) if y is Boolean & - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Allow setObject(x,y,Types.INTEGER) if y is Boolean &
Date
Msg-id 1057007464.26621.97.camel@localhost.localdomain
Whole thread Raw
In response to Allow setObject(x,y,Types.INTEGER) if y is Boolean & added Boolean to SQL Keywords  (Kim Ho <kho@redhat.com>)
List pgsql-jdbc
Patch applied,

thanks,

dave
On Thu, 2003-06-19 at 16:51, Kim Ho wrote:
> Problem:
>  - Boolean not on list of SQLKeywords (The JDBC CTS seems to think that
> it should be)
>  - setObject(x,y,Types.INTEGER) will throw exceptions if y is a Boolean.
>
> Fix:
>  - Added Boolean to Keywords list.
>  - Added check in setObject() under Types.INTEGER to check if a boolean
> is passed. True=1. False=0. Is consistent with the rest of the code.
>
> Cheers,
>
> Kim
>
> ______________________________________________________________________
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
--
Dave Cramer <Dave@micro-automation.net>


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Allow setObject(x,y,Types.BIT) if y is a Number &
Next
From: Michael Stephenson
Date:
Subject: Re: java.lang.NullPointerException on imbricated queries