introduced execute_result

This commit is contained in:
Sascha Kühl
2026-02-10 11:57:09 +01:00
parent d9f9712487
commit 99677b0e21
28 changed files with 158 additions and 170 deletions
+1 -1
View File
@@ -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