]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: add `timeout` and `stop_after` parameters to Connection.notifies
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 Oct 2023 21:51:17 +0000 (23:51 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Jan 2024 02:25:32 +0000 (02:25 +0000)
commitf88dcbc0a314abca080715a840b508f1e08bc77d
tree7b86199e00a924fbe863bee032c6f736287209af
parent0f7e6076eeeca336f830d76d483b68a1f99f8307
feat: add `timeout` and `stop_after` parameters to Connection.notifies

Close #340
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py
tests/test_concurrency_async.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_notify.py [new file with mode: 0644]
tests/test_notify_async.py [new file with mode: 0644]
tools/async_to_sync.py