]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: use more uniformly the to_regtype function
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 6 Jan 2023 17:21:19 +0000 (17:21 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 6 Jan 2023 19:32:13 +0000 (19:32 +0000)
commit7907b5a2422aade91841ea8285102587efb6ba76
treeef5fb7bff65419ff39cdcfe2e7e60c3e361c2877
parent861e06fe69a752b29ea79bc9c015d240e9f304c2
fix: use more uniformly the to_regtype function

Make the knowledge of the function to use independent from the knowledge
of the types implemented by a certain database.
psycopg/psycopg/_typeinfo.py