Skip to content

Query utils do not correctly handle commented-out prefixes #228

@jmrog

Description

@jmrog

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions