Re: New 9.5.0100 does not work properly

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: New 9.5.0100 does not work properly
Дата
Msg-id 56953B28.3010803@aklaver.com
обсуждение исходный текст
Ответ на Re: New 9.5.0100 does not work properly  (Walter Willmertinger <willmis@gmail.com>)
Список pgsql-odbc
On 01/12/2016 09:05 AM, Walter Willmertinger wrote:
> Yesterday I tried the combined package, now after deinstalling I tried
> the x64 and the x86 9.5.
> Neither of them works for me (Write conflict after first try of updating
> data).
>
> After uninstalling 9.5 and installing 9.3.400 anything works again.
>

Hmm this is going to need someone with more knowledge of the internals
then I. My suspicion is that is has to do with the item below from the
9.5 Release Notes:

https://odbc.postgresql.org/docs/release.html

Use libpq for all communication with the server
Previously, libpq was only used for authentication. Using it for all
communication lets us remove a lot of duplicated code. libpq is now
required for building or using libpq.

My only reason for thinking this is from your MyLog excerpt:

query='BEGIN'[8.457]ParseWithLibpq:

and the fact that you are using a version of Postgres 8.4.22 that is no
longer supported. Best guess is that there is a libpq incompatibility.

Are there any errors in the MyLog when you used the psqlodbc 9.5 version?

--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: New 9.5.0100 does not work properly
Следующее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: New 9.5.0100 does not work properly