]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Separate the decimal binary dumper to a different extension module
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 10 May 2021 10:46:26 +0000 (12:46 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 10 May 2021 14:11:47 +0000 (16:11 +0200)
commit30401523f08d7e2c1c3f6aa9a53567bbb6804d48
tree3122f449f35c336ae839d18cff03c2db96eff09c
parent278f99aae1146759401a96511acd16e41007df28
Separate the decimal binary dumper to a different extension module

This module has a dependency on the mpdec library so I expect a lot of
fun to have it compiled.
psycopg3_c/psycopg3_c/.gitignore
psycopg3_c/psycopg3_c/_psycopg3.pxd [new file with mode: 0644]
psycopg3_c/psycopg3_c/_psycopg3/adapt.pyx
psycopg3_c/psycopg3_c/pg3dec.pyx [new file with mode: 0644]
psycopg3_c/psycopg3_c/pg3dec/pg3dec.pyx [new file with mode: 0644]
psycopg3_c/psycopg3_c/types/numeric.pyx
psycopg3_c/setup.py