sageserpent-open / plutonium

CQRS providing bitemporal object modelling for Java POJOs and Scala too.
MIT License
5 stars 0 forks source link

Provide times when a query's value would change. #35

Open sageserpent-open opened 8 years ago

sageserpent-open commented 8 years ago

This should provide the times that would be yielded by a time series query in issue #34, but without computing the result.

Hmm, that implies that we must yield times for any event that could influence the result of the query, regardless of whether the value actually changes at that time from right-limit of its value.

sageserpent-open commented 6 years ago

If this is implemented, then why do we need #34? Can't we just go and make queries?