datahike icon indicating copy to clipboard operation
datahike copied to clipboard

Fix issue 682: Make history, as-of and since composable with each other

Open jonasseglare opened this issue 8 months ago • 0 comments

SUMMARY

Fixes #682

Makes it possible to compose history, as-of and since in arbitrary ways, e.g. (-> @conn history (as-of tx-id) (since tx-id2)).

Feature
  • [ ] Implements an existing feature request. Make sure the feature request has been accepted for implementation before opening a PR.
  • [x] Related issues linked using fixes #number
  • [x] Integration tests added
  • [ ] Documentation added
  • [ ] Architecture Decision Record added
  • [ ] Formatting checked

jonasseglare avatar Jun 05 '24 15:06 jonasseglare