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: Refactor args verification of In & conditionals #40916

Merged
merged 4 commits into from
Apr 8, 2019

Commits on Apr 5, 2019

  1. SQL: Small code improvements of Pipes & Processors

    - Remove superfluous methods that are already
    defined in superclasses.
    - Improve tests for null folding on conditionals
    matriv committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    0e88c37 View commit details
    Browse the repository at this point in the history
  2. SQL: Refactor args verification of In & conditionals

    Move verification of arguments for Conditional functions and In
    from `Verifier` to the `resolveType()` method of the functions.
    matriv committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    06df94b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    936d8be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2279d8d View commit details
    Browse the repository at this point in the history