Re: TEXT columns should indentify as java.sql.Types.CLOB

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Toni Helenius <Toni(dot)Helenius(at)syncrontech(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: TEXT columns should indentify as java.sql.Types.CLOB
Date: 2010-08-18 07:31:31
Message-ID: 4C6B8C53.3040609@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Toni Helenius wrote:
> Hi,
>
> An definitely a bug: BOOLEAN columns get identified as java.sql.Types.VARCHAR. Not java.sql.Types.BOOLEAN as they should. I end up getting SQL create statements where boolean fields are translated back as VARCHAR(1).

That does sound like a bug. Do you have a self-contained testcase
showing the problem?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Toni Helenius 2010-08-18 08:15:11 Re: TEXT columns should indentify as java.sql.Types.CLOB
Previous Message Toni Helenius 2010-08-18 07:04:13 Re: TEXT columns should indentify as java.sql.Types.CLOB