Re: Array type error

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: RW Shore <rws228(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Array type error
Date: 2011-02-14 11:29:37
Message-ID: 4D591221.50103@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

RW Shore wrote:
> However, the
> getBaseType( ) method on this object returns java.sql.Types.BIT ( -7 )
> rather than the correct value java.sql.Types.BOOLEAN (16).

These types are effectively interchangeable in JDBC.
See the list archives for past discussion.

Oliver

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lukas Eder 2011-02-14 12:20:56 Re: UDT arrays
Previous Message rsmogura 2011-02-14 11:29:33 Re: UDT arrays