bug fix request for odbc driver

Поиск
Список
Период
Сортировка
От Travis Bauer
Тема bug fix request for odbc driver
Дата
Msg-id Pine.GSO.4.21.0006251631290.9817-100000@mantaray.cs.indiana.edu
обсуждение исходный текст
Список pgsql-bugs
As explained to me a while back, if the precision of a numeric is
undefined, postgresql returns a -1 where it would otherwise return
a precision.

I changed the jdbc driver to deal with this, but at least as of the last
version of postgresql before 7.0, this was a problem in the odbc driver
as well.  Microsoft Access would not import tables/views with numerics
fields of undefined precision because, as it reported, the precision was
too high.

How hard would it be to fix this in the odbc driver?  Or has it already
been fixed?  I'm not familiar with the code.

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ";" no longer allowed to terminate a command beginning with "\"
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: TRUNCATE violates Referential Integrity