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

Fix id mapping when using $all operator #4742

Closed
wants to merge 2 commits into from
Closed

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