Bug #462: bug in ODBC interface in unix environment - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #462: bug in ODBC interface in unix environment
Date
Msg-id 200109201804.f8KI4ns54238@hub.org
Whole thread Raw
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Bug #458: serial data type problem
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #463: Make 'infinity' work with type 'date'