data icon indicating copy to clipboard operation
data copied to clipboard

No implicit IN condition operator for array value

Open mvorisek opened this issue 2 years ago • 0 comments

Value can be array which is not rare for json DBAL type, thus we cannot check if array on managed type.

WIP as the BC break must be minimal.

We can probably keep the check array/SQL persistences, as unmanaged type can never be an array.

mvorisek avatar Feb 09 '23 20:02 mvorisek