Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methods without guaranteed order #1211

Open
aleclarson opened this issue Aug 12, 2017 · 0 comments
Open

Methods without guaranteed order #1211

aleclarson opened this issue Aug 12, 2017 · 0 comments

Comments

@aleclarson
Copy link

aleclarson commented Aug 12, 2017

Update the docs to point out which methods don't guarantee the results will be ordered as "expected".

For example, getAll(1, 2, 3) doesn't ensure the results are ordered as [{id: 1}, {id: 2}, {id: 3}].

Another example is do(query1, query2) doesn't ensure that query1 is evaluated first.

There may be others I'm forgetting about.

Edit: Actually, it seems like do(query1, query2) always evaluates query2 first (testing with rethinkdbdash). That should be mentioned in the docs, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant