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

Deleting statements in a context #11

Open
kbogtob opened this issue May 19, 2016 · 1 comment
Open

Deleting statements in a context #11

kbogtob opened this issue May 19, 2016 · 1 comment

Comments

@kbogtob
Copy link
Contributor

kbogtob commented May 19, 2016

With the RDF::Repository, I can set a context with the #set_context method. After than, every statement I'm going to insert into the repository will be assigned this context.

But when I delete statements from the repository, the context that is used to delete the statements is the one already assigned to the statement (RDF::Statement#context= or #graph=). So the two operations are not symmetric at all.

I'm going to do a PR in a few to adjust that behavior.

@kbogtob
Copy link
Contributor Author

kbogtob commented May 19, 2016

PR done, waiting to be merged #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant