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 coleifer
Recipients coleifer
Date 2019-05-09.03:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557373374.65.0.686039514625.issue36859@roundup.psfhosted.org>
In-reply-to
Content
Oh, one more thing that is actually quite important -- since BEGIN IMMEDIATE and BEGIN EXCLUSIVE "modify" the database, these statements (intended to begin a transaction) are treated as "is_dml" when using the sqlite3_stmt_readonly API.
History
Date User Action Args
2019-05-09 03:42:54coleifersetrecipients: + coleifer
2019-05-09 03:42:54coleifersetmessageid: <1557373374.65.0.686039514625.issue36859@roundup.psfhosted.org>
2019-05-09 03:42:54coleiferlinkissue36859 messages
2019-05-09 03:42:54coleifercreate