dotnet/EntityFramework.Docs

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

開放

#685 建立於 2018年4月18日

 (3 則留言) (0 個反應) (0 位負責人)PowerShell (1,961 個分叉)batch import
good first issue

倉庫指標

星標
 (1,625 顆星)
PR 合併指標
 (平均合併 1天 6小時) (30 天內合併 30 個 PR)

描述

  • 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.

貢獻者指南