improve error messages during sparql str parsing #1566
joernhees
started this conversation in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
especially something like
select count(*) {...}
should tell people that we're expecting something closer to SPARQL spec likeselect (count(*) as ?c) {...}
also see #777
Beta Was this translation helpful? Give feedback.
All reactions