]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: call the notifies callback while the notifies generator is used
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 20 Dec 2024 12:12:54 +0000 (13:12 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 20 Dec 2024 18:32:55 +0000 (19:32 +0100)
commit036d8e2a81dca46bb6cc59c936a230eafc15f242
tree0472dde42b6ef6381031065df312e8ff14610f39
parent2780a71c088d7d4acaa2ab2dd09db9461377be71
fix: call the notifies callback while the notifies generator is used

Close #972
docs/news.rst
psycopg/psycopg/generators.py
tests/test_notify.py
tests/test_notify_async.py