]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added json text dump
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 27 Oct 2020 16:09:08 +0000 (17:09 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 28 Oct 2020 03:17:28 +0000 (04:17 +0100)
commit06b1b9d5b80ad038aedcc6a08d8fa54371cf060b
tree1500a3300dbd4157404a1ec35bcb549dd97baa13
parentb30ba009bd17d689bdb21bd42715698bdb3b17e1
Added json text dump
psycopg3/psycopg3/types/__init__.py
psycopg3/psycopg3/types/json.py [new file with mode: 0644]
tests/types/test_json.py [new file with mode: 0644]