Re: Array type error - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Array type error
Date
Msg-id 4D591221.50103@opencloud.com
Whole thread Raw
In response to Array type error  (RW Shore <rws228@gmail.com>)
Responses Re: Array type error  (RW Shore <rws228@gmail.com>)
List 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


pgsql-jdbc by date:

Previous
From: rsmogura
Date:
Subject: Re: UDT arrays
Next
From: RW Shore
Date:
Subject: Re: Array type error