]> git.ipfire.org Git - thirdparty/psycopg.git/commit
docs: use "result set" consistently
authorFedor Kobak <56638067+fedorkobak@users.noreply.github.com>
Sun, 4 May 2025 10:52:23 +0000 (13:52 +0300)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 10:52:23 +0000 (11:52 +0100)
commitefa7db38c5c6b80a72ea3dc39bc7e300e73b57ff
tree28b24f46d1d95b67a6c32ba879dc43db417f3d1c
parent0bc7084fc3c228729efc2caee01b3ddb31541839
docs: use "result set" consistently

fix `statusmessage` docs to reflect the fact that it refers to the current result, not the last one, as it was in psycopg2. Improve docs consistency about other attributes which might be affected by current result.

See #1062.
docs/api/cursors.rst
psycopg/psycopg/_cursor_base.py
psycopg/psycopg/cursor.py
psycopg/psycopg/cursor_async.py