[issue44958] [sqlite3] only reset statements when needed

Erlend E. Aasland report at bugs.python.org
Mon Sep 6 18:35:40 EDT 2021


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

In msg399939, item 2 lacks one more "reset path":

> 2. at cursor exit, if there's an active statement

Rewording this to:

2. when a statement is removed from a cursor; that is either at cursor dealloc, or when the current statement is replaced.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44958>
_______________________________________


More information about the Python-bugs-list mailing list