Benjamin Rokseth
Benjamin Rokseth
Quite so, I failed to keep branch aparts when I tested, so the capabilities query slipped through during rebase. Will fix
You're right of couse. Will revert the removal of table alias
Hi, by default you mean fallbacks? If so, they are moved to createRouter: ``` const pathRegex = options['pathRegex'] ? options['pathRegex'] : '[a-zA-Z]+' const defaultRoute = options['defaultRoute'] ? options['defaultRoute'] : 'default'...
Ah, didn't notice that. Will add a commit asap!
I backup @ashleysommer's PR, it is a necessary fix. Please merge!
Thanks, and sorry for late response! Regarding RDF::Queryable, is this what you're referring to: https://github.com/datagraph/blog.datagraph.org/blob/master/2010/04/rdf-repository-howto.md Subclassing RDF::Virtuoso::Repository to RDF::Repository and using Sparql::Client for queries makes sense, but we have specific...