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

MONGOID-5737 Fix issue where <=> errors if there's a non-document #5910

Conversation

DarshanaVenkatesh
Copy link
Contributor

@DarshanaVenkatesh DarshanaVenkatesh commented Dec 5, 2024

MONGOID-5737

Mongoid defines <=> but errors if both documents are not Mongoid::Document instance. Default to super's implementation of <=> if other doc is not of same class.

@DarshanaVenkatesh DarshanaVenkatesh merged commit 6be82fb into mongodb:master Dec 5, 2024
67 checks passed
DarshanaVenkatesh added a commit to DarshanaVenkatesh/mongoid that referenced this pull request Dec 11, 2024
DarshanaVenkatesh added a commit to DarshanaVenkatesh/mongoid that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants