]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added UUID type load/dump
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Oct 2020 22:02:45 +0000 (23:02 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Oct 2020 22:02:45 +0000 (23:02 +0100)
commit35536d47afb26cb68ee237e70010cc3fa71009fb
treecccae3bd5603216406170efefc8e5b0b7d99a378
parent1d112bf47562e2b1a328550bd08426780da08098
Added UUID type load/dump
psycopg3/psycopg3/types/__init__.py
psycopg3/psycopg3/types/uuid.py [new file with mode: 0644]
tests/types/test_uuid.py [new file with mode: 0644]