ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Reverse behaviour in optional load_attrs #52

Closed msalvadores closed 11 years ago

msalvadores commented 11 years ago

The way it works now it makes to work as in where SQL clause and it is confusing. Default behaviour should be

:load_attrs => [ :name ]

and that should run with optional in the SPARQL query.