Re: JPOX Types.CHAR error - Mailing list pgsql-jdbc

From Andy Jefferson
Subject Re: JPOX Types.CHAR error
Date
Msg-id 200605161113.01181.andy@jpox.org
Whole thread Raw
In response to Re: JPOX Types.CHAR error  (Andy Jefferson <andy@jpox.org>)
Responses Re: JPOX Types.CHAR error  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
> Also, I cannot do bpchar(100) whereas I can do char(100) ... the precision
> returned by getTypeInfo is limited to 9 for bpchar whereas is 65000 for
> char.

Ignore that. All Postgresql types returned by getTypeInfo() return the
precision as 9 ... whatever that is supposed to mean. Any chance that
Postgresql JDBC will one day return correct info for the precision ? It would
make life a hell of a lot easier for systems that use the results of its JDBC
method calls.

--
Andy

pgsql-jdbc by date:

Previous
From: Andy Jefferson
Date:
Subject: Re: JPOX Types.CHAR error
Next
From: Kris Jurka
Date:
Subject: Re: JPOX Types.CHAR error