Обсуждение: Bug #462: bug in ODBC interface in unix environment

Поиск
Список
Период
Сортировка

Bug #462: bug in ODBC interface in unix environment

От
pgsql-bugs@postgresql.org
Дата:
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