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

Document new EF Core 5.0 query translations #2079

Closed
13 tasks done
ajcvickers opened this issue Jan 30, 2020 · 4 comments
Closed
13 tasks done

Document new EF Core 5.0 query translations #2079

ajcvickers opened this issue Jan 30, 2020 · 4 comments

Comments

@ajcvickers ajcvickers changed the title Document new DateTime translations Document new EF Core 5.0 query translations Jan 31, 2020
@ajcvickers ajcvickers added this to the 5.0.0 milestone Jan 31, 2020
@ajcvickers
Copy link
Member Author

Related to #900, but leaving this issue open to collect 5.0 changes.

@NetMage
Copy link

NetMage commented May 13, 2020

I don't think dotnet/efcore#19273 is done or has anything to do with DateTime?

@bricelam
Copy link
Contributor

Did some of this in PRs #2744, #2746 & #2733

@smitpatel
Copy link
Member

smitpatel commented Nov 9, 2020

19273 seems wrong reference. (closed as a dupe of open issue)
For Queryable.Reverse - We don't explicitly document queryable methods unless complex ones. (We could call it out in what's new but there is nothing specific in query since support varies widely across providers).
For Bitwise operators - Same as above. We mention function mappings we have added for each providers. Operators mapping is kind of implicit.

I propose close this as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants