Closed kilnerm closed 5 years ago
When using QueryParams to filter using an array the ORM generates an incorrect number of clauses to append to the WHERE within the resulting FIND query.
WHERE
FIND
This PR adds a test which catches the error condition along with a fix for the problem.
When using QueryParams to filter using an array the ORM generates an incorrect number of clauses to append to the
WHERE
within the resultingFIND
query.This PR adds a test which catches the error condition along with a fix for the problem.