Thread: Bug #462: bug in ODBC interface in unix environment

Bug #462: bug in ODBC interface in unix environment

From
pgsql-bugs@postgresql.org
Date:
Gang Wang (mistwang@usa.net) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
bug in ODBC interface in unix environment

Long Description
When the driver parse .odbc.ini file, only space is treated as blank character. I happened use TAB, the driver can be
loaded.
The fix is to replace all the
    (*aString == ' ')
with
    isspace( *aString )

Best,
Gang Wang

Sample Code


No file was uploaded with this report