refactor
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@ -105,6 +105,8 @@ auto db_result::get_row(std::optional<row> &opt_row) const -> bool {
|
||||
return true;
|
||||
}
|
||||
|
||||
auto db_result::has_row() const -> bool { return res_ == SQLITE_ROW; }
|
||||
|
||||
void db_result::next_row() const {
|
||||
if (not has_row()) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user