Bug in 7.4_213 driver: returns VARCHAR instead of LONGVARCHAR for text types

Поиск
Список
Период
Сортировка
От j.random.programmer
Тема Bug in 7.4_213 driver: returns VARCHAR instead of LONGVARCHAR for text types
Дата
Msg-id 20040727084518.80717.qmail@web14201.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Bug in 7.4_213 driver: returns VARCHAR instead of  (Kris Jurka <books@ejurka.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: [HACKERS] Binary Cursors, and the COPY command
Следующее
От: Guido Fiala
Дата:
Сообщение: fetchsize dynamically changeable?