libgraviton / php-rql-parser

A PHP RQL Parsing Library
15 stars 4 forks source link

String values in limit operator #36

Closed mrix closed 9 years ago

mrix commented 9 years ago

RQL limit(a,b) is parsed without errors:

Graviton\Rql\AST\LimitOperation {#227
  -limit: null
  -skip: null
}
hairmare commented 9 years ago

Since switching to https://github.com/xiag-ag/rql-parser this now throws an Unexpected token error.