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

Fix error when exporting a predicate to the schema. #3700

Merged
merged 3 commits into from
Jul 23, 2019

Commits on Jul 22, 2019

  1. Fix error when importing a predicate to the schema.

    The current logic only adds the '<' and '>' characters around the
    predicate list if it has something other than numbers and letters.
    However, this logic is faulty since a predicate consisting of only
    numbers needs to have the surrounding brackets to be properly parsed.
    
    This change removes that logic and adds the surrounding brackets to all
    predicates for simplicity and correctness.
    martinmr committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    02a722b View commit details
    Browse the repository at this point in the history
  2. Remove unused import.

    martinmr committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    09ea48d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Fix tests

    martinmr committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    32024a3 View commit details
    Browse the repository at this point in the history