bug in ODBC Bind messege for SunOS

Поиск
Список
Период
Сортировка
От Zahid Khan
Тема bug in ODBC Bind messege for SunOS
Дата
Msg-id 809641.74765.qm@web54507.mail.re2.yahoo.com
обсуждение исходный текст
Ответы Re: bug in ODBC Bind messege for SunOS
Список pgsql-odbc
Hi ,

  Going through the code of psqlODBC i suspect a bug
in bind messege function  BuildBindRequest() for
SunOS(64bit).

I found netleng is declared with size_t and the sizeof
size_t is of eight byte on SunOS 64bit whereas PG
protocol expect 4 bytes for legth over the network.

*int* type can be the quick fix -:)

Thanks,
Zahid K.



____________________________________________________________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Michal Vitecek
Дата:
Сообщение: python, threads and pgsqlodbc problems
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: bug in ODBC Bind messege for SunOS