-
Notifications
You must be signed in to change notification settings - Fork 3.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
Ability to map a CLR method returning queryable to TVF #20051
Labels
area-model-building
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
providers-beware
type-enhancement
Milestone
Comments
13 tasks
AndriySvyryd
added a commit
that referenced
this issue
Feb 27, 2020
Allow to create functions without a method Part of #20051
AndriySvyryd
added a commit
that referenced
this issue
Feb 27, 2020
Allow to create functions without a method Part of #20051
AndriySvyryd
added a commit
that referenced
this issue
Feb 27, 2020
Allow to create functions without a method Part of #20051
AndriySvyryd
added a commit
that referenced
this issue
Feb 27, 2020
Allow to create functions without a method Part of #20051
AndriySvyryd
added a commit
that referenced
this issue
Feb 27, 2020
Allow to create functions without a method Remove support for functions with expression parameters Part of #20051
AndriySvyryd
added a commit
that referenced
this issue
Feb 27, 2020
Allow to create functions without a method Remove support for functions with expression parameters Part of #20051
AndriySvyryd
added a commit
that referenced
this issue
Feb 28, 2020
Allow to create functions without a method Remove support for functions with expression parameters Part of #20051
Adding providers-beware for the tests |
Don't leak DbContext in query cache for queryable functions. |
ajcvickers
added
customer-reported
area-model-building
area-query
and removed
customer-reported
labels
Mar 10, 2020
AndriySvyryd
added a commit
that referenced
this issue
Jun 26, 2020
AndriySvyryd
added a commit
that referenced
this issue
Jun 30, 2020
AndriySvyryd
added a commit
that referenced
this issue
Jun 30, 2020
AndriySvyryd
added a commit
that referenced
this issue
Jul 1, 2020
AndriySvyryd
added a commit
that referenced
this issue
Jul 3, 2020
AndriySvyryd
added a commit
that referenced
this issue
Jul 3, 2020
ghost
pushed a commit
that referenced
this issue
Jul 3, 2020
smitpatel
added a commit
that referenced
this issue
Jul 3, 2020
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jul 3, 2020
smitpatel
added a commit
that referenced
this issue
Jul 3, 2020
ghost
pushed a commit
that referenced
this issue
Jul 3, 2020
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-model-building
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
providers-beware
type-enhancement
Split off from #4319
Above when used in LINQ will insert query root for
OrderByYear
alongwith TVF as SQL translation.It also bootstrappable. So you don't need to create query root.
Pending items
The text was updated successfully, but these errors were encountered: