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 erlendaasland
Recipients berker.peksag, erlendaasland, kj, miss-islington, pablogsal, serhiy.storchaka
Date 2021-09-26.20:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632687063.19.0.557406512887.issue44958@roundup.psfhosted.org>
In-reply-to
Content
I'll revert PR 27844 for now (except the tests).

Since SQLite works better when we keep the number of non-reset statements to a minimum, we need to ensure that we reset statements when we're done with them (sqlite3_step() returns SQLITE_DONE or an error). Before doing such a change, we should clean up _pysqlite_query_execute() so we don't need to sprinkle that function with pysqlite_statement_reset's. I plan to do this before attempting to clean up reset usage again.
History
Date User Action Args
2021-09-26 20:11:03erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka, pablogsal, miss-islington, kj
2021-09-26 20:11:03erlendaaslandsetmessageid: <1632687063.19.0.557406512887.issue44958@roundup.psfhosted.org>
2021-09-26 20:11:03erlendaaslandlinkissue44958 messages
2021-09-26 20:11:03erlendaaslandcreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.