UB.Repository: fixed error `value for "in" or "notIn" condition must be a not empty array of string or array of Int64
UB.Repository: fixed error value for "in" or "notIn" condition must be a not empty array of string or array of Int64
,
what appears in case in
where condition in Repository applied for attribute of type Many
and contains array
of ONE value, like below:
UB.Repository().where('manyAttriburte', 'in', ['arrayOfOneElement]')