Skip to content

Commit

Permalink
chore(deps): update engines to 6.2.0-11.c49e56c20818c325095752dd0ae89…
Browse files Browse the repository at this point in the history
…5b0dc7bad9f (prisma#25965)

* chore(deps): update engines to 6.2.0-11.c49e56c20818c325095752dd0ae895b0dc7bad9f

* feat: add necessary bits for updateManyAndReturn

* fix: add shouldApplyGlobalOmit case

* fix: fix tests

* fix: add missing ts-test-if

* fix: make test consistent with createManyAndReturn

* fix: delete unused test-if

* test: add unsupported test

* test: correct folder name

---------

Co-authored-by: Jacek Malec <[email protected]>
prisma-bot and jacek-prisma authored Jan 2, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 06e67e5 commit 477375c
Showing 33 changed files with 3,574 additions and 256 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -199,7 +199,7 @@
"@prisma/debug": "workspace:*",
"@prisma/driver-adapter-utils": "workspace:*",
"@prisma/engines": "workspace:*",
"@prisma/engines-version": "6.2.0-6.cc0167b764494213f0e42d0867d48643c39c83b6",
"@prisma/engines-version": "6.2.0-11.c49e56c20818c325095752dd0ae895b0dc7bad9f",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
@@ -208,7 +208,7 @@
"@prisma/migrate": "workspace:*",
"@prisma/mini-proxy": "0.9.5",
"@prisma/pg-worker": "workspace:*",
"@prisma/query-engine-wasm": "6.2.0-6.cc0167b764494213f0e42d0867d48643c39c83b6",
"@prisma/query-engine-wasm": "6.2.0-11.c49e56c20818c325095752dd0ae895b0dc7bad9f",
"@snaplet/copycat": "0.17.3",
"@swc-node/register": "1.10.9",
"@swc/core": "1.10.1",
1 change: 1 addition & 0 deletions packages/client/src/__tests__/__helpers__/dmmf-types.ts
Original file line number Diff line number Diff line change
@@ -164,6 +164,7 @@ const dmmf: DMMF.Document = {
plural: 'posts',
update: 'updateOnePost',
updateMany: 'updateManyPost',
updateManyAndReturn: 'updateManyPostAndReturn',
upsert: 'upsertOnePost',
},
{

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 477375c

Please sign in to comment.