]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(c): fix loading of intervals with days and months or years
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Sep 2023 19:07:20 +0000 (21:07 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Sep 2023 20:23:28 +0000 (22:23 +0200)
commit9efef9f47a77c88eda52d959436716c5b6718f09
tree24aa4e4d92692db68943f4eed44f62e744b6f64a
parent0611beca69fcdda814c2fd23f833d3608b59b6fe
fix(c): fix loading of intervals with days and months or years

Close #643.
docs/news.rst
psycopg_c/psycopg_c/types/datetime.pyx
tests/types/test_datetime.py