]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Dump all string subclasses as text by default
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 17 Mar 2021 17:39:44 +0000 (18:39 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 17 Mar 2021 17:39:44 +0000 (18:39 +0100)
commitea17aaad16f345720843860e51e8c08d03bf53b1
treefc4f78be2a569def8f452976a0df4ec478ded7eb
parent256476e3a57356dadf6b8004504ba9745e88afae
Dump all string subclasses as text by default

Useful for enums.
psycopg3/psycopg3/adapt.py
tests/test_adapt.py
tests/types/test_text.py