added _deletedAt to $deletedAt translation#602
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughA new mapping was added in the SQL adapter's internal method to associate the attribute key Changes
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 49 minutes and 34 seconds.Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/Database/Adapter/SQL.php(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Setup & Build Docker Image
…ection Agent-Logs-Url: https://github.com/utopia-php/database/sessions/68d0e3c1-0a6e-486c-875a-24e50241ccf4 Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
Greptile SummaryThis PR adds
Confidence Score: 3/5Not safe to merge — two P1 bugs in the Mongo adapter will cause silent data loss and broken queries on Two P1 findings: wrong field name in Mongo projections (value always null) and missing datetime normalisation in Mongo filters (date queries silently empty in schema mode). SQL changes are correct and lower the floor only slightly. src/Database/Adapter/Mongo.php — Important Files Changed
|
|
@copilot Address greptile comments |
…ter support Agent-Logs-Url: https://github.com/utopia-php/database/sessions/b90d2aa4-7e7a-4baf-9931-9b151266a79e Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
Addressed in commit
|
Summary by CodeRabbit