]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: load bytea as bytes, not memoryview, in Python implementation
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Aug 2022 01:10:27 +0000 (02:10 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Aug 2022 02:06:59 +0000 (03:06 +0100)
commit0b659ce787f61f712c8b8353fbb9d24753d23f5e
tree9f06f9af1cdf34c4a529dd60085e9b504b82fff6
parent39a40db863a0169e0ca6786a48d35f50a8585136
fix: load bytea as bytes, not memoryview, in Python implementation
docs/news.rst
psycopg/psycopg/types/string.py
tests/types/test_string.py