Merge
This commit is contained in:
commit
c2d88355d1
@ -147,9 +147,10 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
mysql_free_result(mysql_result);
|
mysql_free_result(mysql_result);
|
||||||
|
return really_result;
|
||||||
}
|
}
|
||||||
|
|
||||||
return really_result;
|
return std::unexpected(get_error_msg());
|
||||||
}
|
}
|
||||||
|
|
||||||
std::expected<bool> Execute(std::string_view command){
|
std::expected<bool> Execute(std::string_view command){
|
||||||
|
Loading…
Reference in New Issue
Block a user