Armin Hopp

Results 2 issues of Armin Hopp

The doc block states that an `PredicateInterface[]` will be returened. What is returned is a copy of the `protected $predicates[]` member. This array is populated by the `orPredicate`and `andPredicate` functions...

`getSqlString` quotes the values for LIMIT and OFFSET, which results in int values quoted to strings, which in turn results in a syntax error for example in MySQL. https://github.com/zendframework/zend-db/blob/master/src/Sql/Select.php#L739 https://github.com/zendframework/zend-db/blob/master/src/Sql/Select.php#L752...