perf(persistence): Move pinned messages pagination to SQL#2751
perf(persistence): Move pinned messages pagination to SQL#2751VelikovPetar wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v9 #2751 +/- ##
==========================================
+ Coverage 65.96% 65.99% +0.02%
==========================================
Files 425 425
Lines 26926 26949 +23
==========================================
+ Hits 17761 17784 +23
Misses 9165 9165 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Submit a pull request
Linear: FLU-487
CLA
Description of the pull request
Port of #2689 to the
v9branch.limitalways being applied from the beginning of the fetched messages.greaterThanOrEqual/lessThanOrEqualpagination.Adaptation from master:
v9'sPinnedMessageDao._messagesFromJoinRowshas nofetchSharedLocationparameter, so the call site only forwardsfetchDraft. Everything else mirrors the original PR.Screenshots / Videos
N/A — internal DAO refactor.