Open divega opened 6 years ago
Any news on this ?
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.
@glautrou Add it to the Tools page in Docs
Spatial:Not needed anymoreLink to workarounds for missing EF6 features articleJSON_VALUE, JSON_QUERY and JSON_MODIFY in FromSql or function mappingTemporal tables:AS OF, FROM TO, BETWEEN AND, CONTAINED IN, ALL in FromSqlCustom SQL in migrationsCustom SQL in migrationsAsEnumerable() for explicit client eval (e.g. for comparisons, LIKE, etc.)