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

Add feature to check if a persisted graph is different than what was sent #28

Open
cbeer opened this issue Apr 23, 2014 · 1 comment
Open

Comments

@cbeer
Copy link
Member

cbeer commented Apr 23, 2014

e.g. revert 88b13cb

@no-reply
Copy link

This might be a use case for RDF::Transaction.

We'd have to add a #changed? API, but that seems like a nice feature add if we could get it right. The implementation on the default Repository::Implementation would be a cheap object equality check.

Obviously, this would require a refactor to use the Transaction throughout.

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

2 participants