]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
clarify the Result.closed attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Mar 2026 19:30:54 +0000 (15:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Mar 2026 19:42:12 +0000 (15:42 -0400)
commit4840e6a206741eb7fe54e47067f61a57dd36c68d
tree6b7f4d5e45a31f43dcb7a7f28badbf0b5daa18eb
parentc7b864f1a8dcd76f3221461b53c888c6f0dd06c3
clarify the Result.closed attribute

document that Result.returns_rows is usually what people
want when they are looking for this.

References: #13184
Change-Id: Ia0b23e7482115bca3f93d20e21e53598aa9d084c
lib/sqlalchemy/engine/cursor.py
lib/sqlalchemy/engine/result.py