Error creating a query plan

The following query leads to an internal server error:

DELETE {} WHERE {}

even though it is allow by the SPARQL 1.1 Specification.

Here how it was reproduced (with an existing database called myDatabase using Stardog 4.2.3):

$ /opt/stardog/stardog query myDatabase "DELETE {} WHERE {}"
There was an error while creating a new query plan

What version of Stardog are you running? It works for me on 4.2.1

I can replicate on 4.2.3. I’ll look into it further and reply back with anything I find

Hi Ruben,

I have pinpointed the problem and it will be fixed in an upcoming release. Thanks for the report!

1 Like

Sorry, I forgot to mention it. I used Stardog 4.2.3 (I edited the post to reflect that)