]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Allow specifying a context to `set_json_loads/dumps()` functions
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 27 Jun 2021 00:51:28 +0000 (01:51 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 27 Jun 2021 00:52:57 +0000 (01:52 +0100)
commitb3ce4d0d080c450e29c4f02a2fa377014023a9aa
tree4957bae37543040f0054c3171e48cc6e2a12b335
parent4111c6f5e6d79091f5350ab741a07c9ba94b97cd
Allow specifying a context to `set_json_loads/dumps()` functions

Drop subclasses tests from the test suite because they are an
implementation detail: the real interface are the `set_json_*()` functions.
psycopg/psycopg/types/json.py
tests/types/test_json.py