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

temporal tables - query part #25060

Merged
merged 1 commit into from
Jul 13, 2021
Merged

temporal tables - query part #25060

merged 1 commit into from
Jul 13, 2021

Commits on Jul 13, 2021

  1. query part

    - query apis for temporal operations
    - query root creator service that can now construct query root expressions in nav expansion
    
    tests for now are simply converted exisiting tests
    - used the original model & data
    - map entities to temporal in the model configuration
    - modify the data (remove or change values),
    - manually change the history table to make history deterministic (rather than based on current date),
    - added visitor to inject temporal operation to every query, which "time travels" to before the modifications above were made, so we should still get the same results as non-temporal & not modified data
    maumar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    4b25a88 View commit details
    Browse the repository at this point in the history