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

Refactor ConstantNode::visit() #7295

Merged
merged 2 commits into from
Jan 26, 2024
Merged

Refactor ConstantNode::visit() #7295

merged 2 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. Refactor ConstantNode::visit()

    This will allow us to use argument substitution in more places. In
    particuler if TypeOfValue is expected.
    
    The visit function in ConstantNode is split up i 2 steps. First the
    value is extracted into a Mixed - that being directly from the query
    string or from the arguments. Then the vaule is adapted to what is
    needed based on the 'hint' parameter.
    jedelbo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e3cfbdd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update after review

    jedelbo committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    904eb11 View commit details
    Browse the repository at this point in the history