]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix[c]: fix interval parsing with day/month/year and negative time
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 18:21:08 +0000 (20:21 +0200)
commitcfd905c1deb14d5e6e1e2646287439097172f0aa
tree2680e1d918e82e215ef92aadea1d5c232750a0fa
parentd16287d73a3e03bd286f0625780def681d6d06af
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