You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: