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 by timestamp #35

Merged
merged 2 commits into from
Nov 1, 2017
Merged

Order by timestamp #35

merged 2 commits into from
Nov 1, 2017

Commits on Nov 1, 2017

  1. Always order events by timestamp

    Tomas Lycken committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    b24d2c3 View commit details
    Browse the repository at this point in the history
  2. Add required class constraint to metadata type

    Without this, EF fails with an exception when it tries to cast from
    TEventMetadata to IEventMetadata<TStreamId>. I'm still not sure why
    EF is happier this way, but hey - it seems to work...
    Tomas Lycken committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    7d5be18 View commit details
    Browse the repository at this point in the history