Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in queries need much better feedback / error msgs #21

Closed
Buchhold opened this issue Jul 26, 2017 · 2 comments
Closed

Typos in queries need much better feedback / error msgs #21

Buchhold opened this issue Jul 26, 2017 · 2 comments
Assignees
Projects

Comments

@Buchhold
Copy link
Member

Buchhold commented Jul 26, 2017

Feel free to add to this list:

  • PREFIX < VS REFIX < leads to empty results without error.
  • missing quotes for <in-text> objects can cause QLever to ignore parts of the object
  • Selected variables that do not occur in the query are ignored without error message
@Buchhold Buchhold changed the title Typos in queries need much better feedback to the user Typos in queries need much better feedback / error msgs Jul 26, 2017
@Buchhold Buchhold self-assigned this Jul 26, 2017
@niklas88 niklas88 added this to To do in QLever Aug 31, 2018
@niklas88
Copy link
Member

niklas88 commented Sep 4, 2018

I think this too is best solved by rewriting the SPARQL parser using proper token matching and recursive descent parsing as @joka921 is currently testing for Turtle input. This would also include converting literals to non-string types before they leave the parser.

@hannahbast
Copy link
Member

Since the SPARQL queries are parsed via ANTLR, there are much better error messages and the QLever UI even highlights the offending part of the query.

QLever automation moved this from To do to Done May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
QLever
  
Done
Development

No branches or pull requests

3 participants