-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Ability to map a CLR method returning queryable to TVF #20051
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
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. |
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 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
Uh oh!
There was an error while loading. Please reload this page.
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: