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

[client] Parsing error when executing a query with LIMIT #183

Open
larry-gonzalez opened this issue Sep 4, 2020 · 0 comments
Open

[client] Parsing error when executing a query with LIMIT #183

larry-gonzalez opened this issue Sep 4, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@larry-gonzalez
Copy link
Contributor

In the shell I get a parsing error when I execute a query with the LIMIT functionality.
This happen when there is no space between the number and the dot.

For example, the next command does not work:
@query ingredient(?drink,?ingredient,?quantity) LIMIT 10.

But, the next two command do work:
@query ingredient(?drink,?ingredient,?quantity) LIMIT 10 .
@query ingredient(?drink,?ingredient,?quantity) LIMIT 10

@larry-gonzalez larry-gonzalez added the bug Something isn't working label Sep 4, 2020
@mkroetzsch mkroetzsch changed the title rulewerk-client: Parsing error when executing a query with LIMIT [client] Parsing error when executing a query with LIMIT Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant