delegate db actions to label class

This commit is contained in:
yggverse 2024-09-11 05:16:37 +03:00
parent 6b6ae753bc
commit b67b9561fb
10 changed files with 291 additions and 59 deletions

View file

@ -124,11 +124,9 @@ int Request::restore(
}
}
sqlite3_finalize(
return sqlite3_finalize(
statement
);
return PREPARE_STATUS;
}
int Request::save(