Re: possible odbc driver bug with postgresql-7.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: possible odbc driver bug with postgresql-7.4
Дата
Msg-id 4699.1165943471@sss.pgh.pa.us
обсуждение исходный текст
Ответ на possible odbc driver bug with postgresql-7.4  (Caio Begotti <caio@ueberalles.net>)
Ответы Re: possible odbc driver bug with postgresql-7.4
Список pgsql-odbc
Caio Begotti <caio@ueberalles.net> writes:
>> We've been unable to get SQLGetData to work with chunking and the
>> code is just pulling the OID of the blog, and not the actual blob...

Is that supposed to work?  I can't see the whole code, just the proposed
patch to change the chunk size on-the-fly (which seems completely
useless for such a small chunk size) ... but what it looks like is that
it's just selecting the OID column value.

If you expect a read of the column to deliver a lot of bytes then you
should be using bytea not large objects, I would think.

            regards, tom lane

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

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000735 ] segfault at disconnect (CC_clear_error:414)
Следующее
От: Caio Begotti
Дата:
Сообщение: Re: possible odbc driver bug with postgresql-7.4