fix: handle parameterised values in the cursor#29184
Merged
jacek-prisma merged 2 commits intomainfrom Feb 13, 2026
Merged
Conversation
Contributor
WalkthroughAdded evaluation of in-memory processing parameters in the query interpreter and changed Pagination.cursor type to Changes
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 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 |
Contributor
|
Client memory tests, node 22.12.0, client: |
packages/client/tests/functional/issues/29176-cursor-parameter-regression/tests.ts
Outdated
Show resolved
Hide resolved
Contributor
|
Client memory tests, node 24, client: |
Contributor
size-limit report 📦
|
aqrln
approved these changes
Feb 13, 2026
SupertigerDev
added a commit
to Nerimity/nerimity-server
that referenced
this pull request
Feb 15, 2026
… not creating a minor release yet. prisma/prisma#29184
jacek-prisma
added a commit
that referenced
this pull request
Feb 19, 2026
[TML-1902](https://linear.app/prisma-company/issue/TML-1902/investigate-and-fix-cursor-pagination-regression-in-74) Fixes #29176 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Fixed cursor-based pagination to correctly evaluate dynamic cursor and nested processing parameters during in-memory query processing. * **Tests** * Added functional tests validating composite cursor pagination and related behavior. * **Chores** * Tightened the pagination cursor type for stronger type-safety in client runtime. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TML-1902
Fixes #29176
Summary by CodeRabbit
Bug Fixes
Tests
Chores