knowsys / rulewerk

Java library based on the VLog rule engine
Apache License 2.0
32 stars 13 forks source link

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

Open larry-gonzalez opened 4 years ago

larry-gonzalez commented 4 years ago

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