]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: add C Float4 binary dumper
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 16 May 2022 00:41:53 +0000 (02:41 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 16 May 2022 01:14:59 +0000 (03:14 +0200)
commit447bb0fa4129b5b027e297dba09b07fcc8700e63
tree3182c880be569cc4cf3e434fff823fe4b068de74
parent8ff4266cc6240da28765acbfd47637ed37d398a3
fix: add C Float4 binary dumper

This should hopefully work around issue #304, at least when C is used.
When Python is used we raise an error instead.

Close #304
docs/news.rst
psycopg/psycopg/_struct.py
psycopg_c/psycopg_c/types/numeric.pyx