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

Order events by timestamp #34

Closed
tomasaschan opened this issue Oct 31, 2017 · 0 comments
Closed

Order events by timestamp #34

tomasaschan opened this issue Oct 31, 2017 · 0 comments

Comments

@tomasaschan
Copy link
Owner

We should make sure that we return the events in the order they happened, always.

Probably a concern of the backing storage engine, which means that for EF6 it's just an .OrderBy(e => e.Timestamp) addition to the query.

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

No branches or pull requests

1 participant