]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Complete multirange implementation and test
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 4 Oct 2021 01:50:15 +0000 (03:50 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 4 Oct 2021 12:45:56 +0000 (14:45 +0200)
commit90ec3922be4a9f57314cf8638c20ca14b06e8112
tree3a9d1373aa1077e7295d9339a752d441981a5559
parent2a3e1f9cf667804be7e8f9883b4f6311bc0e01ff
Complete multirange implementation and test

- add register_multirange()
- check type of multirange items
- add extensive dump/load tests
psycopg/psycopg/types/multirange.py
tests/types/__init__.py [new file with mode: 0644]
tests/types/test_multirange.py
tests/types/test_range.py