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

Query: Convert Set to entity queryables in explicitly compiled query #19841

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

smitpatel
Copy link
Member

Resolves #19322

Also block evaluation of DbContext inside Parameter extractor. It would throw exception rather than using first time context value every time (which would be incorrect results) till true funcletizer is implemented in #19209

@smitpatel smitpatel force-pushed the smit/compiledquery19322 branch 2 times, most recently from 8753147 to 7cb1d32 Compare February 8, 2020 03:10
@smitpatel smitpatel requested a review from a team February 10, 2020 22:17
@smitpatel smitpatel merged commit 444c29f into master Feb 11, 2020
@smitpatel smitpatel deleted the smit/compiledquery19322 branch February 11, 2020 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query: Constant of DbContext is getting evaluated in compiled query
2 participants