[issue44976] [sqlite3] lazy creation of result rows

Erlend E. Aasland report at bugs.python.org
Sun Aug 22 05:26:33 EDT 2021


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

Historical note:
The current behaviour was introduced in pysqlite v2.0.2 (May 21 2005), in order to be able to finalise statements and thus close cursors as soon as possible. However, that effect was cancelled just after a couple of months, by the addition of the LRU cache and the ability to reuse prepared statements.

----------

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


More information about the Python-bugs-list mailing list