fix: EqualTo array membership queries#525
fix: EqualTo array membership queries#525usmcff1985 wants to merge 1 commit intoparse-community:masterfrom
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
📝 WalkthroughWalkthroughThe PR fixes ChangesequalTo Direct Equality Behavior Fix
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 6 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Ready for review. This PR was prepared with Codex under human-supervised workflow. Note: I could not run PHPUnit locally because this environment does not have PHP/Composer available, so I kept the change small and focused on query option regression coverage. |
|
Additional validation update: I installed a portable PHP 8.3 runtime and ran a focused smoke test against the changed query behavior:
Full PHPUnit still was not run because Composer dependency installation did not complete in this environment due local SSL/download issues, but the changed behavior has now been executed directly. |
|
I will reformat the title to use the proper commit message syntax. |
Closes #516.
Summary
equalTo()when it is the only condition on a key.equalTo()is combined with another condition on the same key.equalTo()values.Validation
Summary by CodeRabbit
Bug Fixes
Tests