stardog-union/stardog.js

Query utils do not correctly handle commented-out prefixes

jmrog opened this issue · 0 comments

jmrog commented

The queryType utility does not recognize the following query as a SELECT query, for example:

#PREFIX : <http://www.example.com>

SELECT * {
  ?s ?p ?o
}

We fixed this in the TypeScript branch, but never ported it over to mainline stardog.js.