RubenVerborgh / SPARQL.js

A parser for the SPARQL query language in JavaScript
Other
342 stars 66 forks source link

Implicit grouping by count throws 120 #145

Closed danielbeeke closed 3 years ago

danielbeeke commented 3 years ago

Hi Ruben and others,

I think I may have finished #120.

danielbeeke commented 3 years ago

One small thing that I am wondering about.. the names of the queries do they have a relationship with the spec? If so I might need to rename the newly added queries.

RubenVerborgh commented 3 years ago

the names of the queries do they have a relationship with the spec?

Yes, queries like sparql-10-2-2c.sparql point to section 10.2.2 of the spec.

So probably best to rename indeed.

rubensworks commented 3 years ago

Thanks @danielbeeke!

Spec seems to work, tests also. It does however give notices about .tsv files.

You can ignore this, it's a warning that is unrelated to SPARQL.js.

RubenVerborgh commented 3 years ago

All good, thanks!