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: Avoid repeated visitation of subquery in sql translator #28857

Merged
merged 1 commit into from
Aug 24, 2022

Commits on Aug 23, 2022

  1. Query: Avoid repeated visitation of subquery in sql translator

    Stop visiting components for queryable methods
    Either it is translated using aggregate or subquery not component way
    
    Resolves #28796
    smitpatel committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d1c79f0 View commit details
    Browse the repository at this point in the history