Merge
This commit is contained in:
@@ -147,9 +147,10 @@ public:
|
||||
}
|
||||
|
||||
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){
|
||||
|
||||
Reference in New Issue
Block a user