-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Major Change
Limit isn't sanely handled at the moment.
- limit get's mapped to n_return, but it isn't quite
- batch_size get's used in some places, limit in others
- there's no way to pass batch_size via _find()
We should clean up our handling across the board by either exposing both parameters or directly exposing the wire protocol semantics for numberToReturn
- is related to
-
CDRIVER-982 "limit" not used in OP_QUERY message header
- Closed