]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(crdb): keep into account duplicate oids iterating types in registry
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 6 Jun 2022 01:11:20 +0000 (03:11 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 11:58:34 +0000 (12:58 +0100)
commit96fe9a53523db693ec8d075c7d6a30a75a3cae8d
treeb2c5b05361c5a32989bc77a36c822e9fd519f8f5
parentafa40d5ae291837ede95b91f10468986639624ba
fix(crdb): keep into account duplicate oids iterating types in registry

In crdb there are a few aliases (e.g. json -> jsonb oid) which are not
adequately captured by the type's regtype.
psycopg/psycopg/_typeinfo.py