]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix[c]: fix interval parsing with day/month/year and negative time 1072/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 7 May 2025 14:01:01 +0000 (16:01 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 7 May 2025 14:01:01 +0000 (16:01 +0200)
commitbdf98de5e6fb1d627264092347edaf5158d9869a
tree1ebdfd5d496e0bdf4ab025055e46376eab08a7ed
parentef4fd145f8170cc466e2bb30b0c7ef2b055914c5
fix[c]: fix interval parsing with day/month/year and negative time

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