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: Add builtIn flag to SqlFunction and use it to quoting logic #16166

Merged
merged 1 commit into from
Jun 21, 2019

Commits on Jun 19, 2019

  1. Query: Add builtIn flag to SqlFunction and use it to quoting logic

    Fuctions without arguments passed considered niladic.
    Non-niladic functions without arguments must pass empty array of args.
    Functions with instance are considered built in.
    Functions without schema are considered built in.
    Functions with schema are non-built-in (Schema can be null)
    To map a DbFunction to built-in function use HasTranslation API
    
    Resolves #12757
    Resolves #14882
    Resolves #15501
    smitpatel committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    1fc7152 View commit details
    Browse the repository at this point in the history