dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.63k stars 1.96k forks source link

Create article with workarounds for SQL Server features that don't have first-class support #685

Open divega opened 6 years ago

divega commented 6 years ago
Dzivo commented 4 years ago

Any news on this ?

glautrou commented 3 years ago

Hi @divega ,

  • [ ] Temporal tables:

    • [ ] AS OF, FROM TO, BETWEEN AND, CONTAINED IN, ALL in FromSql

I wrote the EfCoreTemporalTable library that automatically generates FromSql from LINQ queries with associated documentation, which is the goal of the task you mentionned.

However EF Core 6.0 milestone should natively handle temporal tables, let me know if you need my help about this soon outdated feature in EF docs and what can I do.

ErikEJ commented 3 years ago

@glautrou Add it to the Tools page in Docs