introduced execute_result
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
*
|
||||
* @return The number of affected rows
|
||||
*/
|
||||
[[nodiscard]] utils::result<size_t, utils::error> execute() const;
|
||||
[[nodiscard]] utils::result<execute_result, utils::error> execute() const;
|
||||
|
||||
/**
|
||||
* Fetches the result of the prepared
|
||||
|
||||
Reference in New Issue
Block a user