Re: changed behavior in libpq odbc driver

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: changed behavior in libpq odbc driver
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9F32@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на changed behavior in libpq odbc driver  ("Scot Loach" <sloach@sandvine.com>)
Список pgsql-odbc

> -----Original Message-----
> From: Scot Loach [mailto:sloach@sandvine.com]
> Sent: 07 September 2005 13:48
> To: Dave Page; Anoop Kumar
> Cc: pgsql-odbc@postgresql.org
> Subject: RE: [ODBC] changed behavior in libpq odbc driver
>
> so I'm definitely still able to reproduce this problem.
> The test I'm running is somewhat complex, I can work on
> simplifying it.
> Maybe the error code is left around from before and not
> properly cleared?

Well the only time the error code should be set is if libpq reports the
connection as being bad, so if you're definitely seeing it, it must be
coming from somewhere else, or you're not checking the error code when
it actually arrives.

Can you add a mylog line into the relevant part of the fix I posted so
youo can see if the error code is being set somewhen that you don't
otherwise notice?

Regards Dave

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

Предыдущее
От: "Scot Loach"
Дата:
Сообщение: Re: changed behavior in libpq odbc driver
Следующее
От: Tom Lane
Дата:
Сообщение: Re: notice handler in libpq-based driver