test: do not wrap array parameters in arrays in push#29244
Merged
jacek-prisma merged 6 commits intomainfrom Feb 27, 2026
Merged
test: do not wrap array parameters in arrays in push#29244jacek-prisma merged 6 commits intomainfrom
jacek-prisma merged 6 commits intomainfrom
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (2)
WalkthroughAdds a functional regression test (matrix, schema, tests) for issue Changes
Possibly related issues
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Contributor
size-limit report 📦
|
Contributor
|
🟢 All good, this PR is no longer uses custom engine. |
aqrln
approved these changes
Feb 24, 2026
jacek-prisma
added a commit
to prisma/prisma-engines
that referenced
this pull request
Feb 24, 2026
[TML-1923](https://linear.app/prisma-company/issue/TML-1923/investigate-and-fix-push-regression) Client PR: prisma/prisma#29244 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Enhanced support for updating array fields in database operations, including improved handling of list-type parameters. * **Tests** * Added test coverage for array field update operations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
dimsssss
pushed a commit
to dimsssss/prisma-engines
that referenced
this pull request
Feb 26, 2026
[TML-1923](https://linear.app/prisma-company/issue/TML-1923/investigate-and-fix-push-regression) Client PR: prisma/prisma#29244 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Enhanced support for updating array fields in database operations, including improved handling of list-type parameters. * **Tests** * Added test coverage for array field update operations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
jacek-prisma
added a commit
that referenced
this pull request
Feb 27, 2026
[TML-1923](https://linear.app/prisma-company/issue/TML-1923/investigate-and-fix-push-regression) Fixes #29212 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Added a new functional test suite covering the array-push regression across supported database providers. * **Chores** * Bumped Prisma engines and related package versions to 7.5.0-10 across multiple packages. * **Refactor** * Normalized error field naming in the runtime to a consistent camelCase property for validation errors. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Prismo <prismabots@gmail.com>
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-1923
Fixes #29212
Summary by CodeRabbit
Tests
Chores
Refactor