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

Initialize without a URI causes a reload #110

Closed
jcoyne opened this issue Mar 5, 2015 · 1 comment
Closed

Initialize without a URI causes a reload #110

jcoyne opened this issue Mar 5, 2015 · 1 comment

Comments

@jcoyne
Copy link
Contributor

jcoyne commented Mar 5, 2015

active-triples (0.6.1) lib/active_triples/resource.rb:264:in `reload'
active-triples (0.6.1) lib/active_triples/resource.rb:80:in `initialize'

Caused by calling new on a ActiveTriples::Resource. This is a problem if you use a repostitory because it ends up creating a query like: CONSTRUCT { _:g70352850510440 ?p ?o . } WHERE { _:g70352850510440 ?p ?o . }

@jcoyne
Copy link
Contributor Author

jcoyne commented Mar 5, 2015

Closed. Same as #87

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