]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: improve column type display
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 May 2024 23:39:30 +0000 (01:39 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 15 May 2024 15:56:39 +0000 (17:56 +0200)
commit9713cb63a9977ae87a572fc271f0d6745c90d3c9
tree53150976927077cd5e5f34eb257bc0a15598ea9d
parent7f99b118e12ec03bc9f731c1ba7efad59565e204
fix: improve column type display

Make sure that what displayed is the same displayed by postgres for all
supported types.
psycopg/psycopg/_column.py
psycopg/psycopg/_typemod.py
psycopg/psycopg/crdb/_types.py
psycopg/psycopg/postgres.py
tests/fix_crdb.py
tests/test_column.py
tools/update_oids.py