]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: fix representation of bit/varbit columns
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 9 May 2024 00:02:08 +0000 (02:02 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 15 May 2024 15:56:39 +0000 (17:56 +0200)
commit0fa754122cb2c19a79511e2705eb73d4c2afce79
treee81e39f65c387c26c11441dbadc9304bfb0a389a
parent9713cb63a9977ae87a572fc271f0d6745c90d3c9
fix: fix representation of bit/varbit columns
psycopg/psycopg/_typemod.py
psycopg/psycopg/crdb/_types.py
psycopg/psycopg/postgres.py
tests/test_column.py
tools/update_oids.py