Closed mrix closed 9 years ago
RQL limit(a,b) is parsed without errors:
limit(a,b)
Graviton\Rql\AST\LimitOperation {#227 -limit: null -skip: null }
Since switching to https://github.com/xiag-ag/rql-parser this now throws an Unexpected token error.
RQL
limit(a,b)
is parsed without errors: