Skip to content

Commit 1da6390

Browse files
Remove spurious change
1 parent 5165a3a commit 1da6390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_sqlite/cursor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ _pysqlite_query_execute(pysqlite_Cursor* self, int multiple, PyObject* operation
856856
goto error;
857857
}
858858

859-
if (sqlite3_stmt_readonly(self->statement->st)) {
859+
if (self->statement->in_use) {
860860
Py_SETREF(self->statement,
861861
pysqlite_statement_create(self->connection, operation));
862862
if (self->statement == NULL) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy