Skip to content

Conversation

christophstrobl
Copy link
Member

Fix the id mapping for queries using the $all operator. Prior to this change the collection nature of the id values was not preserved leading to an invalid query.

Resolves: #4736

Fix the id mapping for queries using the $all operator. Prior to this change the collection nature of the id values was not preserved leading to an invalid query.
@mp911de mp911de changed the title Fix id mapping when using $all operator. Fix id mapping when using $all operator Aug 30, 2024
@mp911de mp911de added this to the 4.3.4 (2024.0.4) milestone Aug 30, 2024
@mp911de mp911de added the type: bug A general bug label Aug 30, 2024
mp911de pushed a commit that referenced this pull request Aug 30, 2024
Fix the id mapping for queries using the $all operator. Prior to this change the collection nature of the id values was not preserved leading to an invalid query.

Original pull request: #4742
Closes #4736
mp911de pushed a commit that referenced this pull request Aug 30, 2024
Fix the id mapping for queries using the $all operator. Prior to this change the collection nature of the id values was not preserved leading to an invalid query.

Original pull request: #4742
Closes #4736
@mp911de mp911de closed this Aug 30, 2024
@mp911de mp911de deleted the issue/4736 branch August 30, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$all on _id leads to Exception if Collection with one element is passed
2 participants