This repo currently splits the cursor parameter by ...
However, it returns a cursor split by ::, and it sounds like other cursors in the protocol are split by :: as well.
I'm assuming the code should be changed to split the incoming cursor parameter by ::, but if not the format of the returned cursor should be probable be changed to match the parsed one.
This repo currently splits the cursor parameter by
..
.However, it returns a cursor split by
::
, and it sounds like other cursors in the protocol are split by::
as well.I'm assuming the code should be changed to split the incoming cursor parameter by
::
, but if not the format of the returned cursor should be probable be changed to match the parsed one.