Bug #462: bug in ODBC interface in unix environment

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #462: bug in ODBC interface in unix environment
Date: 2001-09-20 18:04:49
Message-ID: 200109201804.f8KI4ns54238@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Gang Wang (mistwang(at)usa(dot)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

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-09-20 21:25:42 Bug #463: Make 'infinity' work with type 'date'
Previous Message Peter Eisentraut 2001-09-20 14:02:22 Re: Bug #458: serial data type problem