Compare commits
2 Commits
04aea69dba
...
69bf57ed38
Author | SHA1 | Date | |
---|---|---|---|
69bf57ed38 | |||
175126808b |
@ -67,7 +67,7 @@ VARDECL sqlite3 * connection = NULL;
|
||||
DECL int
|
||||
api_init(void)
|
||||
{
|
||||
DBERR(sqlite3_open_v2(db, &connection, SQLITE_OPEN_READONLY, NULL));
|
||||
DBERR(sqlite3_open_v2(db, &connection, SQLITE_OPEN_READWRITE, NULL));
|
||||
// dont you fucking dare to remove this spacing
|
||||
DBERR(stmt_prepare(remind_stmt));
|
||||
DBERR(stmt_prepare(set_repo_stmt));
|
||||
|
Reference in New Issue
Block a user