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: Add setObject for Booleans using Strings
Date: 2003-08-25 15:04:41
Message-ID: 1061823879.4198.36.camel@yay-lap
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kim Ho 2003-08-25 15:05:13 Re: Add setObject for Booleans using Strings
Previous Message Paul Thomas 2003-08-25 08:22:55 Re: resultset.first() untrappable error