Update include/sqlConnection.h
修复query函数返回
This commit is contained in:
parent
5fbf0b3033
commit
ce32948c67
@ -147,6 +147,7 @@ public:
|
||||
}
|
||||
|
||||
mysql_free_result(mysql_result);
|
||||
return really_result;
|
||||
}
|
||||
|
||||
return std::unexpected(get_error_msg());
|
||||
|
Loading…
Reference in New Issue
Block a user