]> 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 01:10:27 +0000 (02:10 +0100)
commit3a703f7f06d81ffa708cb986a470d171f65e4ed5
tree46d199cc96c953bc13669e481560f846f987dc6f
parent7f8c4331794a765b0629e53fc4e05d4c49929184
fix: load bytea as bytes, not memoryview, in Python implementation
docs/news.rst
psycopg/psycopg/types/string.py
tests/types/test_string.py