Bug in 7.4_213 driver: returns VARCHAR instead of LONGVARCHAR for text types - Mailing list pgsql-jdbc

From j.random.programmer
Subject Bug in 7.4_213 driver: returns VARCHAR instead of LONGVARCHAR for text types
Date
Msg-id 20040727084518.80717.qmail@web14201.mail.yahoo.com
Whole thread Raw
Responses Re: Bug in 7.4_213 driver: returns VARCHAR instead of
List pgsql-jdbc
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).

Please fix this because it is messing up my
relational mapping code.

Best regards,

--j



__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: [HACKERS] Binary Cursors, and the COPY command
Next
From: Guido Fiala
Date:
Subject: fetchsize dynamically changeable?