Re: Why is bool == java.sql.Types.BIT ??

From: Andres Ledesma <aledes(at)euskalnet(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Why is bool == java.sql.Types.BIT ??
Date: 2005-11-23 18:23:50
Message-ID: 200511231923.50508.aledes@euskalnet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Hi Thomas :

Long ago I had the same doubt. The reason is first versions of JBDC associated
the Types.BIT to the boolean of SQL, and is keeped this way for compatibility
reasons, I think.
-

Andres Ledesma
=================

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-11-23 18:41:52 Re: Why is bool == java.sql.Types.BIT ??
Previous Message Thomas Kellerer 2005-11-23 17:43:06 Why is bool == java.sql.Types.BIT ??