diff --git a/include/sqlConnection.h b/include/sqlConnection.h index 0699d2a..2e243b1 100644 --- a/include/sqlConnection.h +++ b/include/sqlConnection.h @@ -147,6 +147,7 @@ public: } mysql_free_result(mysql_result); + return really_result; } return std::unexpected(get_error_msg());