Skip to content

UB.Repository: fixed error `value for "in" or "notIn" condition must be a not empty array of string or array of Int64

Pavel Mashliakovskiy requested to merge fix/repositoryInForMany into master

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]')

Merge request reports