Skip to content

Commit

Permalink
feat(client): add .createManyAndReturn() top level method (#24064)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 3, 2024
1 parent 3db0d12 commit 3220e3a
Show file tree
Hide file tree
Showing 43 changed files with 2,503 additions and 696 deletions.
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"@prisma/debug": "workspace:*",
"@prisma/driver-adapter-utils": "workspace:*",
"@prisma/engines": "workspace:*",
"@prisma/engines-version": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@prisma/engines-version": "5.14.0-12.54465718776ea99c622bd1c060a5fa445952886d",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand All @@ -192,7 +192,7 @@
"@prisma/migrate": "workspace:*",
"@prisma/mini-proxy": "0.9.5",
"@prisma/pg-worker": "workspace:*",
"@prisma/query-engine-wasm": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@prisma/query-engine-wasm": "5.14.0-12.54465718776ea99c622bd1c060a5fa445952886d",
"@snaplet/copycat": "0.17.3",
"@swc-node/register": "1.9.0",
"@swc/core": "1.5.2",
Expand All @@ -213,7 +213,7 @@
"env-paths": "2.2.1",
"esbuild": "0.20.2",
"execa": "5.1.1",
"expect-type": "0.16.0",
"expect-type": "0.19.0",
"flat-map-polyfill": "0.3.8",
"fs-extra": "11.1.1",
"get-stream": "6.0.1",
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/__tests__/__helpers__/dmmf-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const dmmf: DMMF.Document = {
aggregate: 'aggregatePost',
create: 'createOnePost',
createMany: 'createManyPost',
createManyAndReturn: 'createManyPostAndReturn',
delete: 'deleteOnePost',
deleteMany: 'deleteManyPost',
findFirst: 'findFirstPost',
Expand Down

0 comments on commit 3220e3a

Please sign in to comment.