Skip to content
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

Open
2 of 20 tasks
divega opened this issue Apr 18, 2018 · 3 comments
Open
2 of 20 tasks
Labels
good first issue This issue should be relatively straightforward to fix.
Milestone

Comments

@divega
Copy link
Contributor

divega commented Apr 18, 2018

  • 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.
@divega divega added the good first issue This issue should be relatively straightforward to fix. label Apr 20, 2018
@ajcvickers ajcvickers added this to the Backlog milestone Apr 24, 2018
@ajcvickers ajcvickers removed this from the Backlog milestone Aug 28, 2019
@divega divega added this to the Backlog milestone Sep 9, 2019
@Dzivo
Copy link

Dzivo commented Jul 10, 2020

Any news on this ?

ajcvickers added a commit that referenced this issue Jan 17, 2021
Lots of examples!

Fixes #614
Fixes #784
Part of #685
Fixes #2252
Fixes #2415
Fixes #2456
Fixes #2824
Fixes #2979
ajcvickers added a commit that referenced this issue Jan 17, 2021
Lots of examples!

Fixes #614
Fixes #784
Part of #685
Fixes #2252
Fixes #2415
Fixes #2456
Fixes #2824
Fixes #2979
ajcvickers added a commit that referenced this issue Jan 17, 2021
Lots of examples!

Fixes #614
Fixes #784
Part of #685
Fixes #2252
Fixes #2415
Fixes #2456
Fixes #2824
Fixes #2979
ajcvickers added a commit that referenced this issue Jan 19, 2021
Lots of examples!

Fixes #614
Fixes #784
Part of #685
Fixes #2252
Fixes #2415
Fixes #2456
Fixes #2824
Fixes #2979
@glautrou
Copy link

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
Copy link
Contributor

ErikEJ commented Jul 12, 2021

@glautrou Add it to the Tools page in Docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This issue should be relatively straightforward to fix.
Projects
None yet
Development

No branches or pull requests

5 participants