Bug #462: bug in ODBC interface in unix environment

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #462: bug in ODBC interface in unix environment
Дата
Msg-id 200109201804.f8KI4ns54238@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Bug #458: serial data type problem
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #463: Make 'infinity' work with type 'date'