You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
Make querying work with some sort of general, common querying concepts instead of just taking in the entire implementation-specific string.
A Bookmark() method was added to the iterator interface in order to make use of CouchDB query result pagination, but it's not really properly general enough for all storage types. Right now MySQL just returns a blank string since the concept doesn't apply there in the same way (it returns a boolean). Figure out how to refactor this to make this work in a nicer way.
The text was updated successfully, but these errors were encountered:
DRK3
changed the title
Refactor querying + iterators to support pagination nicely
Refactor querying to work more generically + support pagination
Nov 21, 2020
DRK3
changed the title
Refactor querying to work more generically + support pagination
Refactor querying to work more generically while supporting pagination
Nov 21, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Make querying work with some sort of general, common querying concepts instead of just taking in the entire implementation-specific string.
A Bookmark() method was added to the iterator interface in order to make use of CouchDB query result pagination, but it's not really properly general enough for all storage types. Right now MySQL just returns a blank string since the concept doesn't apply there in the same way (it returns a boolean). Figure out how to refactor this to make this work in a nicer way.
The text was updated successfully, but these errors were encountered: