Update include/sqlConnection.h

修复query函数返回
This commit is contained in:
jie 2024-12-25 15:18:02 +08:00
parent 5fbf0b3033
commit ce32948c67

View File

@ -147,6 +147,7 @@ public:
}
mysql_free_result(mysql_result);
return really_result;
}
return std::unexpected(get_error_msg());