Re: Bug report: wrong size/scale reported by DatabaseMetaData

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Bug report: wrong size/scale reported by DatabaseMetaData
Дата
Msg-id Pine.BSO.4.61.0512041527420.4977@leary.csoft.net
обсуждение исходный текст
Ответ на Bug report: wrong size/scale reported by DatabaseMetaData & ResultSetMetaData  ("Thomas Okken" <thomas_okken@hotmail.com>)
Список pgsql-jdbc

On Sat, 3 Dec 2005, Thomas Okken wrote:

> The DatabaseMetaData and ResultSetMetaData report incorrect sizes/scales for
> several column types. I noticed this with interval, time, timetz, timestamp,
> timestamptz, and varchar columns.
> I have attached a program that illustrates the problem; below this message I
> pasted the output generated by running the program on my machine, and
> comparing it to the column details returned by the \d command in psql.

Thanks for the complete test case.  I've fixed this in CVS by unifying the
type info calculations between the two metadata classes.  I've put up some
new jar files here:

http://www.ejurka.com/pgsql/jars/to

I've applied a more limited cleanup to 8.0 and 8.1 that addresses some,
but not all of these issues, notably the internal type size is still
returned from DatabaseMetaData.  The 8.2dev cleanup also involved some
other calculation changes that I'm not sure are wise to backport.

Kris Jurka

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

Предыдущее
От: "Thomas Okken"
Дата:
Сообщение: Bug report: wrong size/scale reported by DatabaseMetaData & ResultSetMetaData
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: new italian translation