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

TemporalTables: consider FromSql overloads that can take temporal information (AsOf only) #26548

Open
maumar opened this issue Nov 5, 2021 · 1 comment

Comments

@maumar
Copy link
Contributor

maumar commented Nov 5, 2021

Both TemporalAsOf and FromSql* require DbSet as source so there is no way to specify temporal information for entity produced using FromSql. If someone creates temporal query inside FromSql, temporal information won't be propagated into other navigations that are included etc on top of it.

We can provide overload that will allow specifying the AsOf information (only one that makes sense, since nav expnasion doesn't work for any other temporal operation), so that we can do the propagation correctly

@ajcvickers ajcvickers added this to the Backlog milestone Nov 8, 2021
@ajcvickers ajcvickers removed this from the Backlog milestone Nov 8, 2021
@ajcvickers
Copy link
Contributor

See also discussion in #14525

@ajcvickers ajcvickers added this to the Backlog milestone Nov 10, 2021
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

2 participants