Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

we shouldn't store bytes in text columns in the database #4475

@richvdh

Description

@richvdh

in certain places (eg, the data column of pushers), we store bytes values in a text column. This is a dicey thing to do: it doesn't work at all for data which isn't printable ascii, and even for that, it relies on bytea_output being set (see #4473)

Metadata

Metadata

Assignees

No one assigned

    Labels

    z-bug(Deprecated Label)z-p2(Deprecated Label)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions