Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Bug in 7.4_213 driver: returns VARCHAR instead of


  • From: Kris Jurka <books(at)ejurka(dot)com>
  • To: "j.random.programmer" <javadesigner(at)yahoo(dot)com>
  • Cc: pgsql-jdbc(at)postgresql(dot)org
  • Subject: Re: Bug in 7.4_213 driver: returns VARCHAR instead of
  • Date: Thu, 29 Jul 2004 16:54:58 -0500 (EST)
  • Message-id: <Pine.BSO.4.56.0407291654320.21056@leary.csoft.net> <text/plain>


On Thu, 29 Jul 2004, Kris Jurka wrote:

> On Tue, 27 Jul 2004, j.random.programmer wrote:
> 
> > The JDBC version 7.4_213 driver has the following bug
> > 
> > For database SQL type:
> > text	(that is variable unlimited length)
> > 
> > The JDBC driver returns "java.sql.VARCHAR" as
> > the column type. (via database meta data).
> > 
> > This is wrong. The JDBC driver SHOULD return
> > java.sql.LONGVARCHAR (since the text type is
> > of unlimited length).
> > 
> 
> I'm not sure this is clearly wrong, but you do make a convincing argument.

I'm not so sure anymore.  While text can be used for storing large values
it often isn't.  Further returning LONGVARCHAR could be a sign for the
caller to use something like ResultSet.getCharacterStream instead of a
simple getString.

Kris Jurka




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group