Skip to content
Snippets Groups Projects
Commit c84a193c authored by florian's avatar florian
Browse files

MAINT: Make return of GetCountResult long

parent be0b2915
Branches
Tags
1 merge request!7ENH: Support FIND and COUNT queries
Pipeline #11617 failed
...@@ -364,7 +364,7 @@ public: ...@@ -364,7 +364,7 @@ public:
* this transaction. In all other cases, the return value will be * this transaction. In all other cases, the return value will be
* -1. * -1.
*/ */
[[nodiscard]] inline auto GetCountResult() const -> int { [[nodiscard]] inline auto GetCountResult() const -> long {
return query_count; return query_count;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment