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: Internal code usage in providers #11406

Closed
smitpatel opened this issue Mar 23, 2018 · 2 comments
Closed

Query: Internal code usage in providers #11406

smitpatel opened this issue Mar 23, 2018 · 2 comments

Comments

@smitpatel
Copy link
Member

RelationalQueryCompilationContext has properties which providers may need to override to specify lateral join support or max identifier size.
ILinqOperatorProvider & both implementations of it + QCCDependencies are internal.

Apart from that, providers uses MemberAccessBindingExpressionVisitor.GetPropertyPath to check binding.

  • few methods from (Relational)ExpressionExtensions.
@ajcvickers
Copy link
Member

ajcvickers commented Mar 21, 2019

Progress update:

  • FindProperty(this expression, type) Public
  • MemberAccessBindingExpressionVisitor.GetPropertyPathPublic
  • QueryCompilationContextDependencies
  • ILinqOperatorProvider
  • LinqOperatorProvider
  • AsyncLinqOperatorProvider
  • LiftExpressionFromSubquery
  • RemoveConvert Public
  • IParameterBindingFactories (referenced in PropertyInfoExtensions)

@ajcvickers
Copy link
Member

Closing in favor of #15695

@ajcvickers ajcvickers removed this from the 3.0.0 milestone May 13, 2019
@smitpatel smitpatel removed their assignment Jan 12, 2022
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
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

2 participants