]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(crdb): allow None roundtrip
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 25 May 2022 08:48:43 +0000 (10:48 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 11:58:34 +0000 (12:58 +0100)
commit66daacd745e9694e3e6af6f27a830b3795b405ca
tree217def7de54a286dcd78b8ecd0410081c1e19819
parentec355aaed79e4dd7679c2da51fb5fee1536b7aa9
fix(crdb): allow None roundtrip

Specify the TEXT oid for None, otherwise dumping with no context will
fail.
psycopg/psycopg/_transform.py
psycopg/psycopg/crdb.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_prepared.py
tests/test_prepared_async.py