]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Dump numeric as binary without manipulating the digits tuple
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 6 May 2021 01:42:37 +0000 (03:42 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 6 May 2021 17:09:56 +0000 (19:09 +0200)
commit5bfeb053d21d367edd8d69a51cdbdd0745df7a28
tree4abecc117cd6093a57fc5f8e8dc658c4a451feb1
parent52cca81d0c881bc312a9b412089a69e54e89d078
Dump numeric as binary without manipulating the digits tuple

Will make for a much faster algorithm in C
psycopg3/psycopg3/types/numeric.py