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

Handle Enumerable values on Repository#delete #63

Merged
merged 1 commit into from
Nov 7, 2015

Commits on Nov 7, 2015

  1. Handle Enumerable values on Repository#delete

    A test for `RDF::Enumerable` inputs was added by
    ruby-rdf/rdf-spec#39. This adds conformance, and
    allows `SPARQL::Client::Repository` to use the new
    `Mutable#delete_insert` interface. It does not yet implement an
    effecient SPARQL `#delete_insert`.
    
    It may be possible to refactor `#delete_statements` in response to these
    changes, to remove the code smells called out in the comment in that
    method.
    Tom Johnson committed Nov 7, 2015
    1 Configuration menu
    Copy the full SHA
    d9a9ab3 View commit details
    Browse the repository at this point in the history