dotnet/EntityFramework.Docs

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

Open

#685 aperta il 18 apr 2018

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)PowerShell (1961 fork)batch import
good first issue

Metriche repository

Star
 (1625 star)
Metriche merge PR
 (Merge medio 1g 6h) (30 PR mergiate in 30 g)

Descrizione

  • Spatial: Not needed anymore
  • JSON:
    • Value converter to parse/serialize JSON
    • JSON_VALUE, JSON_QUERY and JSON_MODIFY in FromSql or function mapping
  • Temporal tables:
    • AS OF, FROM TO, BETWEEN AND, CONTAINED IN, ALL in FromSql
    • Custom SQL in migrations
  • SQL Graph:
    • MATCH in FromSql
    • custom SQL in migrations
    • Can node and edge tables be treated as normal tables?
  • Always encrypted:
    • Value converters
    • Custom SQL in migrations
    • AsEnumerable() for explicit client eval (e.g. for comparisons, LIKE, etc.)
  • Full Text Search
    • Create indexes with Sql in migrations
    • Use FreeText (and soon Contains) functions
    • Write FREETEXTTABLE and CONTAINS table query in FromSql, until we get TVF support.

Guida contributor