Re: Add setObject for Booleans using Strings

From: Kim Ho <kho(at)redhat(dot)com>
To: Barry Lind <blind(at)xythos(dot)com>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Add setObject for Booleans using Strings
Date: 2003-08-25 15:05:13
Message-ID: 1061823913.4198.38.camel@yay-lap
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 2003-08-25 at 11:04, Kim Ho wrote:
> Allows string objects to be passed in when trying to do a setObject with
> booleans.
>
> Also changes TRUE/FALSE to 1/0 for bit columns.
>
> Cheers,
>
> Kim

Attachment Content-Type Size
fixbitstring.diff text/plain 1.8 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Patrick Hatcher 2003-08-25 15:49:53 Re: how to do a SET search_path?
Previous Message Kim Ho 2003-08-25 15:04:41 Add setObject for Booleans using Strings