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 ae76a01 commit cd47d9bCopy full SHA for cd47d9b
ext/sqlite3/statement.c
@@ -70,6 +70,7 @@ prepare(VALUE self, VALUE db, VALUE sql)
70
);
71
72
CHECK(db_ctx->db, status);
73
+ db_ctx->stmt_deadline = 0;
74
75
return rb_str_new2(tail);
76
}
0 commit comments