]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added encoding mapping table between Postgres and Python
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 Mar 2020 04:09:27 +0000 (17:09 +1300)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 Mar 2020 04:09:27 +0000 (17:09 +1300)
commitf367e3950cbba01ccd2ed1c0e16b7ce40b0d7f65
tree92ee1f7d0ae255c573c3b4f15db9236b6eb1d974
parent68fc8c3c4015ad256c76df1546556dab8c30d5bb
Added encoding mapping table between Postgres and Python
psycopg3/pq_ctypes.py
psycopg3/pq_encodings.py [new file with mode: 0644]
tests/test_pq_exec.py
tests/test_pq_pgconn.py