-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Create article with workarounds for SQL Server features that don't have first-class support #685
Comments
Any news on this ? |
Hi @divega ,
I wrote the EfCoreTemporalTable library that automatically generates 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.)The text was updated successfully, but these errors were encountered: