[issue29355] sqlite3: remove sqlite3_stmt_readonly()

Berker Peksag report at bugs.python.org
Thu Feb 23 00:53:56 EST 2017


Berker Peksag added the comment:

> - 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29355>
_______________________________________


More information about the Python-bugs-list mailing list