]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: fix dumping int enums in text mode, python implementation
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 21 Apr 2022 01:29:05 +0000 (03:29 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 21 Apr 2022 08:13:57 +0000 (10:13 +0200)
commitfb458d6b0482f8478aa6a94787ae2d0922fb94a3
tree27392cf8e6e66a211d33e1d3958e2c1de6523def
parentf7af1cf312aab6da4efa56bf37951a39a7e6086a
fix: fix dumping int enums in text mode, python implementation

The error was hidden by a broken test, failing to test the text mode.
docs/news.rst
psycopg/psycopg/types/numeric.py
tests/types/test_numeric.py