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

Throw an exception when array with null is passed to IN condition #1161

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Feb 5, 2024

We convert x = null condition to x is null if set using managed API, but x in('a', null) seems to obscure to me to be supported so better to reject that completely.

@mvorisek mvorisek changed the title Null value in IN operator is not supported Throw an exception when array with null is passed to IN condition Feb 5, 2024
@mvorisek mvorisek merged commit ae208fd into develop Feb 5, 2024
@mvorisek mvorisek deleted the fix_field_null_query_arguments branch February 5, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant