]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added some C decoders stubs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 22 Apr 2020 15:50:22 +0000 (03:50 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 22 Apr 2020 15:50:22 +0000 (03:50 +1200)
commit0eab0c49f1a0e2a5abaa742417635774f4b3dde2
tree1cdeb9ae0933f7459effae3f60d553b0aa935ff8
parent6a950e11e26ff5852426ac2d242751ed0b008bd4
Added some C decoders stubs

The speedup compared to the pure Python implementation is now 16x.
psycopg3/_psycopg3.pyx
psycopg3/adapt.py
psycopg3/transform.pyx
psycopg3/types/composite.py
psycopg3/types/numeric.pyx [new file with mode: 0644]
psycopg3/types/text.pyx [new file with mode: 0644]