bug in handling Postgres bytea type?

Поиск
Список
Период
Сортировка
От Christopher Bader
Тема bug in handling Postgres bytea type?
Дата
Msg-id CAKvpR7Od=NU2yi=sOf5wiaKU1A+v_T2GJ8+JDdzE1yABFPwyYA@mail.gmail.com
обсуждение исходный текст
Ответы Re: bug in handling Postgres bytea type?
Список psycopg
I'm having problems reading bytea fields with psycopg2.

Reading a bytea field with cursor.fetchall yields a memoryview object, not a bytes or bytearray object, and even when the object is explicitly converted to bytes or bytearray, the result is not correct.

Christopher Bader
Staff Data Scientist
Zscaler

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

Предыдущее
От: Brian M Hamlin
Дата:
Сообщение: Re: Parquet support
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: bug in handling Postgres bytea type?