Skip to content

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

Merged
mvorisek merged 3 commits intodevelopfrom
fix_field_null_query_arguments
Feb 5, 2024
Merged

Throw an exception when array with null is passed to IN condition#1161
mvorisek merged 3 commits intodevelopfrom
fix_field_null_query_arguments

Conversation

@mvorisek
Copy link
Copy Markdown
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.

1 participant