Re: [INTERFACES] sigh .. another bug in the JDBC driver (ResultSetMetaData.getColumnDisplaySize)

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: [INTERFACES] sigh .. another bug in the JDBC driver (ResultSetMetaData.getColumnDisplaySize)
Дата
Msg-id 19990802131200.A15411@wallace.ece.rice.edu
обсуждение исходный текст
Ответ на sigh .. another bug in the JDBC driver (ResultSetMetaData.getColumnDisplaySize)  (Jens Glaser <jens@helena.jens.de>)
Ответы Re: [INTERFACES] sigh .. another bug in the JDBC driver (ResultSetMetaData.getColumnDisplaySize)
Список pgsql-interfaces
On Mon, Aug 02, 1999 at 07:23:07PM +0000, Jens Glaser wrote:
> Hi,
> 
> here's just another annoying bug in the JDBC driver:
> 
> ResultSetMetaData.getColumnDisplaySize() returns the length of the
> *column label*, but it is expected to return the max width of the column!
> 

Hmm, the Zope Python interface suffers from the same problem (and the
same work around): lack of column width info, substituting the column
label length.

> Sorry, I don't have a fix right now, maybe I get around writing one today
> or so ..

Let me know how you solve it, I'll need to take a crack at it for mine
as well.

Ross
-- 
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> 
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St.,  Houston, TX 77005


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Héctor Morales
Дата:
Сообщение:
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Re: your mail