]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: add _oid module to know OIDs at import time
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 6 Jan 2023 14:03:12 +0000 (14:03 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 9 Jan 2023 17:44:16 +0000 (17:44 +0000)
commit51949719d6843d2d315fa44566f8d7e34e77235c
tree3346c320a9c9dfbe4bd83c8062fde335901065a3
parent14d00a91ef74d2e2968ebd7b03a2728cfb749f0f
feat: add _oid module to know OIDs at import time
psycopg/psycopg/_oids.py [new file with mode: 0644]
psycopg/psycopg/postgres.py
psycopg_c/psycopg_c/_psycopg/oids.pxd
tools/update_oids.py