Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver
Дата
Msg-id Pine.LNX.4.33.0312170714150.29777-200000@leary.csoft.net
обсуждение исходный текст
Ответ на Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver + 7.4 database  ("Alexey Yudichev" <Alexey@francoudi.com>)
Ответы Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

On Wed, 17 Dec 2003, Alexey Yudichev wrote:

> [I can't use 7.1 style large objects with a 7.4 database.]

Here's a patch to fix this.  The core problem was a check to determine
if it should use the version 2 or 3 protocol was checking the
server version instead of the compatibility version.  While
locating this I found two other bugs.  The query to retrieve the
oids for the large object functions had an incorrect WHERE clause
when trying to deal with schemas.  Also the V3 fastpath API didn't
handle multiargument functions properly.

Kris Jurka

Вложения

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

Предыдущее
От: Harry Gysland
Дата:
Сообщение: unsubscribe
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver