]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Register automatically the array loader on all the builtins
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 23 Dec 2020 21:02:19 +0000 (22:02 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 24 Dec 2020 03:51:34 +0000 (04:51 +0100)
commit6f0b6db6f95bcad4be47ecea99732c3f17073e7d
treef21f0d3b71501542a820923aec0f8933d8559cbf
parentf045d822ca3c375b62657b55a6dd88daae4548a5
Register automatically the array loader on all the builtins

Also added reg* types to the known builtins. This way regtype[] is
loaded as a list of strings.
psycopg3/psycopg3/oids.py
psycopg3/psycopg3/types/array.py
psycopg3_c/psycopg3_c/oids.pxd
tests/types/test_array.py
tools/update_oids.py