Skip to content
Snippets Groups Projects

ENH: Support FIND and COUNT queries

Merged Florian Spreckelsen requested to merge f-query into dev
1 unresolved thread
Files
2
@@ -364,7 +364,7 @@ public:
* this transaction. In all other cases, the return value will be
* -1.
*/
[[nodiscard]] inline auto GetCountResult() const -> int {
[[nodiscard]] inline auto GetCountResult() const -> long {
return query_count;
}
@@ -379,7 +379,7 @@ public:
}
/**
* Get a JSON representation of the respone.
* Get a JSON representation of the response.
*
* For debugging.
*/
Loading