mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
Cleaning up code, add docs, add getMore sample ...
This commit is contained in:
@@ -48,7 +48,7 @@ QueryRequest::QueryRequest(const std::string& collectionName, QueryRequest::Flag
|
||||
_flags(flags),
|
||||
_fullCollectionName(collectionName),
|
||||
_numberToSkip(0),
|
||||
_numberToReturn(0),
|
||||
_numberToReturn(100),
|
||||
_query(),
|
||||
_returnFieldSelector()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user