This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, erlendaasland, serhiy.storchaka
Date 2021-05-19.08:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621413569.12.0.108966238301.issue44079@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/ghaering/pysqlite/commit/33f99be6be5ad7d69767ff172441f1a860416e82 states the following:

    - Use a list of weak references of statements in the Connection class to keep
      track of all statements used with this connection. This is necessary to be
      able to reset all statements used in a connection.

My understanding is that their usages is a bit different: one is for performance reasons (and it can configurable by users) and the other is to keep track of statements inside a connection.

I'm not fully sure that the both use cases can be combined.
History
Date User Action Args
2021-05-19 08:39:29berker.peksagsetrecipients: + berker.peksag, serhiy.storchaka, erlendaasland
2021-05-19 08:39:29berker.peksagsetmessageid: <1621413569.12.0.108966238301.issue44079@roundup.psfhosted.org>
2021-05-19 08:39:29berker.peksaglinkissue44079 messages
2021-05-19 08:39:28berker.peksagcreate