Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No implicit IN condition operator for array value #1092

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Feb 9, 2023

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 mvorisek force-pushed the no_implicit_array_in_condition branch 2 times, most recently from f292d95 to ef1fdd2 Compare February 10, 2023 00:25
@mvorisek mvorisek force-pushed the no_implicit_array_in_condition branch from ef1fdd2 to eb9f33f Compare August 12, 2023 13:43
@mvorisek mvorisek force-pushed the no_implicit_array_in_condition branch from eb9f33f to 32d1ae9 Compare February 23, 2024 14:03
@mvorisek mvorisek force-pushed the no_implicit_array_in_condition branch from 32d1ae9 to 8a9e01a Compare June 8, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant