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 1120956 commit c252d9fCopy full SHA for c252d9f
src/workers/open.cc
@@ -33,7 +33,6 @@ void OpenWorker::Execute() {
33
sqlite3_limit(db->db_handle, SQLITE_LIMIT_COMPOUND_SELECT, 0x7fffffff);
34
sqlite3_limit(db->db_handle, SQLITE_LIMIT_VARIABLE_NUMBER, 0x7fffffff);
35
36
-
37
db->t_handles = new TransactionHandles(db->db_handle, &status);
38
if (status != SQLITE_OK) {
39
SetErrorMessage(sqlite3_errmsg(db->db_handle));
0 commit comments