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, malin, palaviv, palm.kevin, willingc
Date 2017-02-23.05:53:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487829236.6.0.38705731985.issue29355@psf.upfronthosting.co.za>
In-reply-to
Content
> - if (!sqlite3_stmt_readonly(self->statement->st)) {
> + if (self->statement->is_dml) {

Ah, yes now I understand what do you mean! :) I agree and this is already in my local branch to fix issue 28518.
History
Date User Action Args
2017-02-23 05:53:56berker.peksagsetrecipients: + berker.peksag, palm.kevin, willingc, malin, palaviv
2017-02-23 05:53:56berker.peksagsetmessageid: <1487829236.6.0.38705731985.issue29355@psf.upfronthosting.co.za>
2017-02-23 05:53:56berker.peksaglinkissue29355 messages
2017-02-23 05:53:56berker.peksagcreate