]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fixed composite info fetch with homonymous types
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Dec 2020 02:48:40 +0000 (02:48 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Dec 2020 02:48:40 +0000 (02:48 +0000)
commit49ea2dda4520d6477d8753e841fb9579ca734a39
tree2038844047baa25d804b8d8435d8cd32fa52f803
parent4327e41f19ac9cd48c8fa008ec1e0dfc9a2fc1a4
Fixed composite info fetch with homonymous types

Use a fully qualified name, optionally expressed as sql.Identifier, to
find the type in the right schema.
psycopg3/psycopg3/types/composite.py
tests/types/test_composite.py