bug fix request for odbc driver - Mailing list pgsql-bugs

From Travis Bauer
Subject bug fix request for odbc driver
Date
Msg-id Pine.GSO.4.21.0006251631290.9817-100000@mantaray.cs.indiana.edu
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: ";" no longer allowed to terminate a command beginning with "\"
Next
From: "Oliver Elphick"
Date:
Subject: TRUNCATE violates Referential Integrity