]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: add PipelineAborted exception 260/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Apr 2022 23:06:17 +0000 (01:06 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Apr 2022 23:23:22 +0000 (01:23 +0200)
commit39faef12151d6121f93a64e1c772160b21a4b912
tree4e2286865a40c1fe3f0cb1fd4630086c100f798c
parent2aebd497f225988dc37fa4de397306dbf6c2efd1
feat: add PipelineAborted exception

It is a condition that likely will have to be managed, so let's not
clobber it with other OperationalError.
psycopg/psycopg/_pipeline.py
psycopg/psycopg/cursor.py
psycopg/psycopg/errors.py
tests/test_pipeline.py
tests/test_pipeline_async.py