Compare commits

..

No commits in common. "69bf57ed3873e200397064d1cbc3a47fff8fc6ed" and "04aea69dba4fbafe752be62c2288053cc20a0946" have entirely different histories.

View File

@ -67,7 +67,7 @@ VARDECL sqlite3 * connection = NULL;
DECL int DECL int
api_init(void) api_init(void)
{ {
DBERR(sqlite3_open_v2(db, &connection, SQLITE_OPEN_READWRITE, NULL)); DBERR(sqlite3_open_v2(db, &connection, SQLITE_OPEN_READONLY, NULL));
// dont you fucking dare to remove this spacing // dont you fucking dare to remove this spacing
DBERR(stmt_prepare(remind_stmt)); DBERR(stmt_prepare(remind_stmt));
DBERR(stmt_prepare(set_repo_stmt)); DBERR(stmt_prepare(set_repo_stmt));