Re: bug in handling Postgres bytea type? - Mailing list psycopg

From Daniele Varrazzo
Subject Re: bug in handling Postgres bytea type?
Date
Msg-id CA+mi_8a8mixwEsxaNhpeEOmrH1_Xc2vqCU=uEz0M-RSC8pfo1w@mail.gmail.com
Whole thread Raw
In response to bug in handling Postgres bytea type?  (Christopher Bader <cbader@zscaler.com>)
List psycopg

On Fri, 23 Dec 2022 at 02:54, Christopher Bader <cbader@zscaler.com> wrote:
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.

Define not correct.

psycopg by date:

Previous
From: Christopher Bader
Date:
Subject: bug in handling Postgres bytea type?
Next
From: Samuel Marks
Date:
Subject: Escape Python to `json[]` for `COPY FROM` PostgreSQL insertion?