We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e4973 commit df769c3Copy full SHA for df769c3
Modules/_sqlite/statement.c
@@ -367,7 +367,7 @@ int pysqlite_statement_reset(pysqlite_Statement* self)
367
return SQLITE_OK;
368
}
369
370
-#if SQLITE_VERSION_NUMBER > 3020000
+#if SQLITE_VERSION_NUMBER >= 3020000
371
/* Check if the statement has been run (that is, sqlite3_step() has been
372
* called at least once). Third parameter is non-zero in order to reset the
373
* run count. */
0 commit comments