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

[release/v1.0] Fix bug when exporting a predicate name to the schema. #3701

Merged
merged 2 commits into from Jul 23, 2019

Commits on Jul 22, 2019

  1. Fix bug when exporting a predicate name to the schema.

    This change is fixing #3699 for the 1.0 branch. The logic in this branch
    was slightly different. In this case, the brackets are only added if
    there's a colon in the predicate name. This logic is also buggy as it
    doesn't handle predicate names consisting of only numbers.
    
    The fix is to add the brackets for every predicate name for consistency
    and simplicity.
    martinmr committed Jul 22, 2019
    Copy the full SHA
    fda26ef 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
    Copy the full SHA
    e4d23f2 View commit details
    Browse the repository at this point in the history