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: Improve painless script generated from IN #35055

Merged
merged 10 commits into from
Nov 1, 2018

Commits on Oct 30, 2018

  1. SQL: "Polish" painless script generated from IN

    Replace standard `||` and `==` painless operators with
    `or` and `eq` null safe alternatives from `InternalSqlScriptUtils`.
    
    Follow up to elastic#34750
    matriv committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    782b6fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0cd723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bd1dc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb61b36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d8e0cb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    c09027d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0b212 View commit details
    Browse the repository at this point in the history
  3. Address comments

    matriv committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    fb97b51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbd9b62 View commit details
    Browse the repository at this point in the history
  5. fix constructor

    matriv committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    8beefbc View commit details
    Browse the repository at this point in the history