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: Allow look-ahead resolution of aliases for WHERE clause #38450

Merged
merged 4 commits into from Feb 6, 2019

Commits on Feb 5, 2019

  1. SQL: Allow look-ahead resolution of aliases for WHERE clause

    Aliases defined in SELECT (Project or Aggregate) are now resolved in the
    following WHERE clause. The Analyzer has been enhanced to identify this
    rule and replace the field accordingly.
    
    Close elastic#29983
    costin committed Feb 5, 2019
    Copy the full SHA
    ace5be0 View commit details
    Browse the repository at this point in the history
  2. Small fixes

    costin committed Feb 5, 2019
    Copy the full SHA
    8de74a1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c3cf0b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Copy the full SHA
    a08ed4f View commit details
    Browse the repository at this point in the history