-
Notifications
You must be signed in to change notification settings - Fork 55
Sync 3.x #782
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
Conversation
…hing with existing collections
* support for object contains , not contains, equals, not equals
…indexed and associative arrays
…Validator classes
…ttributes, unique indexes, and fulltext indexes
…allow mixed lists and improve depth handling
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
…es and update related logic
…nal session scenarios
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis PR introduces regex queries, trigram indexing, and object index capabilities across database adapters. It adds new query types (TYPE_REGEX, TYPE_ELEM_MATCH), an index constant (INDEX_TRIGRAM), and capability-checking methods across all adapters with varying implementation levels. Postgres and Mongo provide advanced support, while MariaDB and SQLite declare minimal support. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing touches
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (22)
✏️ Tip: You can disable this entire section by setting 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 |
Summary by CodeRabbit
New Features
elemMatchoperator for filtering nested array elements.Bug Fixes
Improvements
✏️ Tip: You can customize this high-level summary in your review settings.