[issue44958] [sqlite3] only reset statements when needed

Erlend E. Aasland report at bugs.python.org
Thu Sep 23 06:51:33 EDT 2021


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

Explicitly resetting statements when we're done with them removes the performance regression; SQLite works more efficient when we keep the number of non-reset statements low.

----------

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


More information about the Python-bugs-list mailing list