Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Refactor querying to work more generically while supporting pagination #116

Open
DRK3 opened this issue Nov 21, 2020 · 0 comments
Open

Refactor querying to work more generically while supporting pagination #116

DRK3 opened this issue Nov 21, 2020 · 0 comments
Assignees
Labels

Comments

@DRK3
Copy link
Collaborator

DRK3 commented Nov 21, 2020

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.

@DRK3 DRK3 added the refactor label Nov 21, 2020
@DRK3 DRK3 self-assigned this Nov 21, 2020
@DRK3 DRK3 changed the title Refactor querying + iterators to support pagination nicely Refactor querying to work more generically + support pagination Nov 21, 2020
@DRK3 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant