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

sql: fix checking for presence of window functions in some edge cases #37130

Merged
merged 1 commit into from
Apr 25, 2019

Commits on Apr 25, 2019

  1. sql: fix checking for presence of window functions in some edge cases

    Previously, when a window function was a part of another expression
    (say BinaryExpr) instead of being used directly within PARTITION BY
    and ORDER BY clauses of another window function, we would incorrectly
    not reject such a query and would actually crash while trying to
    execute it.
    
    Release note: None
    yuzefovich committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    4cc02b7 View commit details
    Browse the repository at this point in the history